Skip to content

Commit 93b2933

Browse files
authored
Merge pull request gpodder#1750 from masoudd/nsis_set_exe_properties
Add version information to exe built by nsis
2 parents dbd54ab + 7092df1 commit 93b2933

File tree

2 files changed

+245
-235
lines changed

2 files changed

+245
-235
lines changed

tools/win_installer/_base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ function build_installer {
481481
(cd $(dirname "$BUILDPY") && build_compileall -d "" -q -f -l .)
482482

483483
cp "${MISC}"/gpodder.ico "${BUILD_ROOT}"
484-
(cd "$BUILD_ROOT" && makensis -V3 -NOCD -DVERSION="$GPO_VERSION_DESC" "${MISC}"/win_installer.nsi)
484+
(cd "$BUILD_ROOT" && makensis -V3 -NOCD -DVERSION="$GPO_VERSION_DESC" -DBUILD_VERSION="$BUILD_VERSION" "${MISC}"/win_installer.nsi)
485485

486486
mv "$BUILD_ROOT/gpodder-LATEST.exe" "$DIR/gpodder-$GPO_VERSION_DESC-installer.exe"
487487
}

0 commit comments

Comments
 (0)