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
|
||||
|
||||
# Make AppImage
|
||||
poetry run pyproject-appimage
|
||||
mv Enroll.AppImage dist/
|
||||
poetry run pyproject-appimage --output dist/Enroll.AppImage
|
||||
|
||||
# Sign packages
|
||||
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