# HG changeset patch # User Michael Pavone # Date 1713247202 25200 # Node ID 2ea2f3aa5aa8df36a125613a4808ce6116fe6ca6 # Parent e8eba0cd5444d5e9c3a49f0f4c9869593786c3c2 Remove dis.exe and zdis.exe from Windows builds due to silly antivirus false positives diff -r e8eba0cd5444 -r 2ea2f3aa5aa8 build_release --- 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