From 8ba145366033566179591e704c7f130ed4acb657 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 26 Aug 2013 07:16:14 +0000 Subject: [PATCH] dont package 64bit libsneshawks in build.. theyre not working now, and removed from selection in the c# core code, so theyre a waste of space --- BizHawk.MultiClient/output/MakeRelease.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/output/MakeRelease.bat b/BizHawk.MultiClient/output/MakeRelease.bat index b08d441535..f608e4b829 100644 --- a/BizHawk.MultiClient/output/MakeRelease.bat +++ b/BizHawk.MultiClient/output/MakeRelease.bat @@ -9,4 +9,4 @@ rem explicitly list the OK ones here as individual copies. until then.... copy *.dll dll -zip -X -9 -r BizHawk.zip BizHawk.MultiClient.exe DiscoHawk.exe defctrl.json dll gamedb NES\Palettes Lua Gameboy\Palettes Firmware/BIOS_Info.txt -x *.pdb -x *.lib -x *.pgd -x *.exp +zip -X -9 -r BizHawk.zip BizHawk.MultiClient.exe DiscoHawk.exe defctrl.json dll gamedb NES\Palettes Lua Gameboy\Palettes Firmware/BIOS_Info.txt -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe