Move MakeRelease.bat to Dist, and fix MakeDiscoHawk.at
This commit is contained in:
parent
773f7ea7bd
commit
75ef046927
|
@ -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%"
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue