Output the AppImage into the dir it's going into anyway
Some checks failed
Lint / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2026-06-16 16:39:28 +10:00
parent f9e93cd6fd
commit 33b9d44c55
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -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