Output the AppImage into the dir it's going into anyway
This commit is contained in:
parent
f9e93cd6fd
commit
33b9d44c55
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ poetry build
|
||||||
poetry publish
|
poetry publish
|
||||||
|
|
||||||
# Make AppImage
|
# Make AppImage
|
||||||
poetry run pyproject-appimage
|
poetry run pyproject-appimage --output dist/Enroll.AppImage
|
||||||
mv Enroll.AppImage dist/
|
|
||||||
|
|
||||||
# Sign packages
|
# Sign packages
|
||||||
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
|
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue