Removed gitignore, fixed signing
This commit is contained in:
committed by
Chris Hennes
parent
5e0dd142d5
commit
0be6941476
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"
|
echo "\nCreating the appimage"
|
||||||
chmod a+x ./AppDir/AppRun
|
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"
|
echo "\nCreating hash"
|
||||||
shasum -a 256 ${package_name}.AppImage > ${package_name}.AppImage-SHA256.txt
|
shasum -a 256 ${package_name}.AppImage > ${package_name}.AppImage-SHA256.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user