Skip to content

Commit b1d0b97

Browse files
committed
Change name of flatpak
Signed-off-by: Nicolas Bock <[email protected]>
1 parent 06aa86d commit b1d0b97

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ distclean:
1515
rm -rf dist/*
1616

1717
flatpak:
18-
flatpak-builder --force-clean build-dir org.nicolasbock.ebuildtester.yaml
18+
flatpak-builder --force-clean build-dir io.github.nicolasbock.ebuildtester.yaml

Diff for: org.nicolasbock.ebuildtester.yaml renamed to io.github.nicolasbock.ebuildtester.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
app-id: org.nicolasbock.ebuildtester
1+
app-id: io.github.nicolasbock.ebuildtester
22
runtime: org.freedesktop.Platform
33
runtime-version: '21.08'
44
sdk: org.freedesktop.Sdk
@@ -14,6 +14,5 @@ modules:
1414
- python setup.py install --prefix /app --verbose
1515
- install --verbose -D ebuildtester-wrapper.sh /app/bin/ebuildtester-wrapper
1616
sources:
17-
- type: git
18-
url: https://github.com/nicolasbock/ebuildtester.git
19-
branch: main
17+
- type: dir
18+
path: .

0 commit comments

Comments
 (0)