From 3586c429b936bb74d55b6c26cd82aa33057d05f7 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 11 May 2014 19:23:55 +0000 Subject: [PATCH] MakeRelease.bat - add an exit command at end to make it friendly for being run by another bat file --- Dist/MakeRelease.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/Dist/MakeRelease.bat b/Dist/MakeRelease.bat index b0115a496c..6f84fc6e4e 100644 --- a/Dist/MakeRelease.bat +++ b/Dist/MakeRelease.bat @@ -11,3 +11,4 @@ rem explicitly list the OK ones here as individual copies. until then.... copy *.dll dll zip -X -9 -r ..\Dist\BizHawk.zip EmuHawk.exe DiscoHawk.exe defctrl.json dll shaders gamedb Firmware NES\Palettes Lua Gameboy\Palettes Firmware/BIOS_Info.txt -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe +exit \ No newline at end of file