Skip to content

Commit dad026f

Browse files
authored
Don't use --init-appdir
The '--init-appdir' argument was removed from the linuxdeploy cli so we must not use it any more.
1 parent 081949d commit dad026f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_appimages.sh

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

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

24-
${LINUXDEPLOY_BIN} --app-name ${APP_NAME} --appdir ${APP_DIR} --init-appdir || return 1
24+
${LINUXDEPLOY_BIN} --app-name ${APP_NAME} --appdir ${APP_DIR} || return 1
2525
${LINUXDEPLOY_PLUGIN_QT_BIN} --appdir ${APP_DIR} || return 1
2626
${LINUXDEPLOY_BIN} --app-name ${APP_NAME} --appdir ${APP_DIR} --output appimage || return 1
2727

0 commit comments

Comments
 (0)