Removed gitignore, fixed signing
This commit is contained in:
committed by
Chris Hennes
parent
eeb8a7d38f
commit
838072c35b
4
tools/build/AppImage/.gitignore
vendored
4
tools/build/AppImage/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
AppDir
|
||||
*.txt
|
||||
*.AppImage
|
||||
qt.conf
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user