Skip to content

Commit 12651b2

Browse files
author
Alexis Lopez Zubieta
committed
Remove deprecated linuxdeploy argument "--app-name" and enable the qt plugin in linuxdeploy.
1 parent 4cac80d commit 12651b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build_appimages.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ build_appimage() {
2121

2222
echo "Building AppImage for ${APP_NAME}"
2323

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
24+
${LINUXDEPLOY_BIN} --appdir ${APP_DIR} --plugin qt --output appimage || return 1
2725

2826
mv -v *AppImage ${BASE_DIR}/out || return 1
2927
}

0 commit comments

Comments
 (0)