We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db66af6 commit c69b73cCopy full SHA for c69b73c
1 file changed
packaging/appimage/pre-appimage.sh
@@ -71,7 +71,7 @@ fi
71
cd "$OUT_DIR"
72
73
# Set LinuxDeploy output version
74
-LINUXDEPLOY_OUTPUT_VERSION="$VERSION"
+export LINUXDEPLOY_OUTPUT_VERSION="$VERSION"
75
# Generate AppImage using linuxdeploy
76
linuxdeploy \
77
--appdir="$APPDIR" \
0 commit comments