Mercurial > repos > blastem
diff build_release @ 2487:2ea2f3aa5aa8
Remove dis.exe and zdis.exe from Windows builds due to silly antivirus false positives
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 15 Apr 2024 23:00:02 -0700 |
parents | 92449b47cce8 |
children | 2d32c1232fff |
line wrap: on
line diff
--- a/build_release Sun Apr 14 12:30:32 2024 -0700 +++ b/build_release Mon Apr 15 23:00:02 2024 -0700 @@ -34,7 +34,7 @@ fi make menu.bin tmss.md if [ $OS = "Windows" -o $OS = "Win64" ]; then - binaries="dis.exe zdis.exe blastem.exe $SDLDLLPATH/SDL2.dll" + binaries="blastem.exe $SDLDLLPATH/SDL2.dll" verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c` txt=".txt" else