changeset 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 e8eba0cd5444
children bfd09d3367ba
files build_release
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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