Make AppImageUpdate work

This commit is contained in:
TheAssassin
2019-09-28 18:28:15 +02:00
parent 6377a6f453
commit 4d26eb6d1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ sed -i 's|AI\x02|\x00\x00\x00|' *.AppImage
-e "$strip_path" \
--output appimage
mv linuxdeploy-plugin-qt-"$ARCH".AppImage "$OLD_CWD"/
mv linuxdeploy-plugin-qt-"$ARCH".AppImage* "$OLD_CWD"/
+1 -1
View File
@@ -70,4 +70,4 @@ chmod +x linuxdeploy*.AppImage
-e "$strip_path" \
--output appimage
mv linuxdeploy-plugin-qt-"$ARCH".AppImage "$OLD_CWD"/
mv linuxdeploy-plugin-qt-"$ARCH".AppImage* "$OLD_CWD"/