diff --git a/Dist/MakeDiscohawk.bat b/Dist/MakeDiscohawk.bat index 81ae8e5d1d..a4ccf61c66 100644 --- a/Dist/MakeDiscohawk.bat +++ b/Dist/MakeDiscohawk.bat @@ -1,6 +1,6 @@ pushd %~dp0\ del /s DiscoHawk.zip -set DIR=..\BizHawk.MultiClient\output +set DIR=..\output set BUILDDIR=%~dp0 echo %BUILDIR% cd "%DIR%" diff --git a/output/MakeRelease.bat b/Dist/MakeRelease.bat similarity index 63% rename from output/MakeRelease.bat rename to Dist/MakeRelease.bat index 59c304e618..6c8b0ebb4f 100644 --- a/output/MakeRelease.bat +++ b/Dist/MakeRelease.bat @@ -1,4 +1,5 @@ del /s BizHawk.zip +cd ..\output rem slimdx has a way of not making it into the output directory, so this is a good time to make sure copy ..\..\SlimDx.dll @@ -9,4 +10,4 @@ rem explicitly list the OK ones here as individual copies. until then.... copy *.dll dll -zip -X -9 -r BizHawk.zip EmuHawk.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 +zip -X -9 -r ..\Dist\BizHawk.zip EmuHawk.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