fix bugs in zip.exe usage in makerelease.bat

This commit is contained in:
zeromus 2014-10-03 03:36:43 +00:00
parent 957b6bc828
commit 6c006573f1
1 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ rem explicitly list the OK ones here as individual copies. until then....
copy *.dll dll
zip -X -r ..\Dist\BizHawk.zip 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\BizHawk.zip 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
cd ..\Dist
unzip BizHawk.zip -d temp
.\unzip.exe BizHawk.zip -d temp
del BizHawk.zip
rmdir /s /q temp\lua
@ -28,7 +28,7 @@ cd temp
upx -d dll\*.dll
upx -d dll\*.exe
upx -d *.exe
..\zip -X -9 -r ..\BizHawk.zip . -i \*
..\zip.exe -X -9 -r ..\BizHawk.zip . -i \*
cd ..
rmdir /s /q temp