Skip to content

Commit c69b73c

Browse files
committed
appimage script: export LINUXDEPLOY_OUTPUT_VERSION
1 parent db66af6 commit c69b73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/appimage/pre-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fi
7171
cd "$OUT_DIR"
7272

7373
# Set LinuxDeploy output version
74-
LINUXDEPLOY_OUTPUT_VERSION="$VERSION"
74+
export LINUXDEPLOY_OUTPUT_VERSION="$VERSION"
7575
# Generate AppImage using linuxdeploy
7676
linuxdeploy \
7777
--appdir="$APPDIR" \

0 commit comments

Comments
 (0)