un-upx during makerelease. now, this is a bit odd, because it means we're not dev/testing the same things we're releasing, but.. 1. upx is basically reliably transparent, and 2. it will cut down on repository bloat. if i'm ever proven wrong, we'll do it differently.

This commit is contained in:
zeromus 2014-09-07 04:15:25 +00:00
parent 562fb6cb12
commit 76abc5603a
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ rmdir /s /q temp\lua
svn export ..\output\lua temp\Lua
cd temp
upx -d dll\*.dll
upx -d dll\*.exe
upx -d *.exe
..\zip -X -9 -r ..\BizHawk.zip .
cd ..

BIN
Dist/upx.exe Normal file

Binary file not shown.