We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06aa86d commit b1d0b97Copy full SHA for b1d0b97
Makefile
@@ -15,4 +15,4 @@ distclean:
15
rm -rf dist/*
16
17
flatpak:
18
- flatpak-builder --force-clean build-dir org.nicolasbock.ebuildtester.yaml
+ flatpak-builder --force-clean build-dir io.github.nicolasbock.ebuildtester.yaml
org.nicolasbock.ebuildtester.yaml renamed to io.github.nicolasbock.ebuildtester.yaml
@@ -1,4 +1,4 @@
1
-app-id: org.nicolasbock.ebuildtester
+app-id: io.github.nicolasbock.ebuildtester
2
runtime: org.freedesktop.Platform
3
runtime-version: '21.08'
4
sdk: org.freedesktop.Sdk
@@ -14,6 +14,5 @@ modules:
14
- python setup.py install --prefix /app --verbose
- install --verbose -D ebuildtester-wrapper.sh /app/bin/ebuildtester-wrapper
sources:
- - type: git
- url: https://github.com/nicolasbock/ebuildtester.git
19
- branch: main
+ - type: dir
+ path: .
0 commit comments