We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbd54ab + 7092df1 commit 93b2933Copy full SHA for 93b2933
tools/win_installer/_base.sh
@@ -481,7 +481,7 @@ function build_installer {
481
(cd $(dirname "$BUILDPY") && build_compileall -d "" -q -f -l .)
482
483
cp "${MISC}"/gpodder.ico "${BUILD_ROOT}"
484
- (cd "$BUILD_ROOT" && makensis -V3 -NOCD -DVERSION="$GPO_VERSION_DESC" "${MISC}"/win_installer.nsi)
+ (cd "$BUILD_ROOT" && makensis -V3 -NOCD -DVERSION="$GPO_VERSION_DESC" -DBUILD_VERSION="$BUILD_VERSION" "${MISC}"/win_installer.nsi)
485
486
mv "$BUILD_ROOT/gpodder-LATEST.exe" "$DIR/gpodder-$GPO_VERSION_DESC-installer.exe"
487
}
0 commit comments