Skip to content

Commit

Permalink
appimage script: export LINUXDEPLOY_OUTPUT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Dec 2, 2024
1 parent db66af6 commit c69b73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/appimage/pre-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi
cd "$OUT_DIR"

# Set LinuxDeploy output version
LINUXDEPLOY_OUTPUT_VERSION="$VERSION"
export LINUXDEPLOY_OUTPUT_VERSION="$VERSION"
# Generate AppImage using linuxdeploy
linuxdeploy \
--appdir="$APPDIR" \
Expand Down

0 comments on commit c69b73c

Please sign in to comment.