From 33b9d44c556669c250d43d8601daafae84fc2fbd Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 16 Jun 2026 16:39:28 +1000 Subject: [PATCH] Output the AppImage into the dir it's going into anyway --- release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release.sh b/release.sh index d8454a2..d41c468 100755 --- a/release.sh +++ b/release.sh @@ -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