include empty firmware folder in dist

This commit is contained in:
zeromus 2014-10-03 02:56:47 +00:00
parent a1f2dc2c55
commit 957b6bc828
1 changed files with 2 additions and 1 deletions

View File

@ -22,12 +22,13 @@ del BizHawk.zip
rmdir /s /q temp\lua
svn export ..\output\lua temp\Lua
svn export ..\output\firmware temp\Firmware
cd temp
upx -d dll\*.dll
upx -d dll\*.exe
upx -d *.exe
..\zip -X -9 -r ..\BizHawk.zip .
..\zip -X -9 -r ..\BizHawk.zip . -i \*
cd ..
rmdir /s /q temp