Removed gitignore, fixed signing

This commit is contained in:
Yorik van Havre
2023-07-10 12:39:24 +02:00
committed by Chris Hennes
parent eeb8a7d38f
commit 838072c35b
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
AppDir
*.txt
*.AppImage
qt.conf

View File

@@ -201,7 +201,7 @@ find . -name "*.cmake" -type f -delete
echo "\nCreating the appimage"
chmod a+x ./AppDir/AppRun
appimagetool-${arch}.AppImage --sign-key ${gpg_key} AppDir ${package_name}.AppImage
appimagetool-${arch}.AppImage --sign --sign-key ${gpg_key} AppDir ${package_name}.AppImage
echo "\nCreating hash"
shasum -a 256 ${package_name}.AppImage > ${package_name}.AppImage-SHA256.txt