We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cac80d commit 12651b2Copy full SHA for 12651b2
build_appimages.sh
@@ -21,9 +21,7 @@ build_appimage() {
21
22
echo "Building AppImage for ${APP_NAME}"
23
24
- ${LINUXDEPLOY_BIN} --app-name ${APP_NAME} --appdir ${APP_DIR} || return 1
25
- ${LINUXDEPLOY_PLUGIN_QT_BIN} --appdir ${APP_DIR} || return 1
26
- ${LINUXDEPLOY_BIN} --app-name ${APP_NAME} --appdir ${APP_DIR} --output appimage || return 1
+ ${LINUXDEPLOY_BIN} --appdir ${APP_DIR} --plugin qt --output appimage || return 1
27
28
mv -v *AppImage ${BASE_DIR}/out || return 1
29
}
0 commit comments