|
|
|
@ -81,10 +81,10 @@ echo ${QGC_CUSTOM_APP_NAME} Version: ${VERSION}
@@ -81,10 +81,10 @@ echo ${QGC_CUSTOM_APP_NAME} Version: ${VERSION}
|
|
|
|
|
|
|
|
|
|
# Go out of AppImage |
|
|
|
|
cd ${TMPDIR} |
|
|
|
|
wget -c --quiet "https://github.com/probonopd/AppImageKit/releases/download/5/AppImageAssistant" # (64-bit) |
|
|
|
|
chmod a+x ./AppImageAssistant |
|
|
|
|
wget -c --quiet "https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage" |
|
|
|
|
chmod a+x ./appimagetool-x86_64.AppImage |
|
|
|
|
|
|
|
|
|
./AppImageAssistant ./$APP.AppDir/ ${TMPDIR}/$APP".AppImage" |
|
|
|
|
./appimagetool-x86_64.AppImage ./$APP.AppDir/ ${TMPDIR}/$APP".AppImage" |
|
|
|
|
|
|
|
|
|
cp ${TMPDIR}/$APP".AppImage" ${OUTPUT_DIR}/$APP".AppImage" |
|
|
|
|
|
|
|
|
|