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:
parent
562fb6cb12
commit
76abc5603a
|
@ -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 ..
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue