From 5a03e969328d72df623f9305c2738f1f95f42805 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 17 May 2015 17:08:53 +0000 Subject: [PATCH] add Tools folder to build script --- Dist/BuildAndPackage.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dist/BuildAndPackage.bat b/Dist/BuildAndPackage.bat index b357fffd31..7b18b0ceef 100644 --- a/Dist/BuildAndPackage.bat +++ b/Dist/BuildAndPackage.bat @@ -30,7 +30,7 @@ rem explicitly list the OK ones here as individual copies. until then.... copy *.dll dll -..\dist\zip.exe -X -r ..\Dist\%NAME% EmuHawk.exe DiscoHawk.exe defctrl.json dll shaders gamedb NES\Palettes Lua Gameboy\Palettes -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe -x *.ilk +..\dist\zip.exe -X -r ..\Dist\%NAME% EmuHawk.exe DiscoHawk.exe defctrl.json dll shaders Tools gamedb NES\Palettes Lua Gameboy\Palettes -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe -x *.ilk cd ..\Dist .\unzip.exe %NAME% -d temp