changeset 2549:2d32c1232fff

Fix Windows build version extraction for version.inc change
author Michael Pavone <pavone@retrodev.com>
date Sat, 04 Jan 2025 20:30:35 -0800
parents 3fc8a1f2eb84
children e3575bb1273a
files build_release
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_release	Sat Jan 04 20:15:55 2025 -0800
+++ b/build_release	Sat Jan 04 20:30:35 2025 -0800
@@ -35,7 +35,7 @@
 make menu.bin tmss.md
 if [ $OS = "Windows" -o $OS = "Win64" ]; then
 	binaries="blastem.exe $SDLDLLPATH/SDL2.dll"
-	verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c`
+	verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' version.inc`
 	txt=".txt"
 else
 	binaries="dis zdis blastem termhelper"