fix build script upx unpacking, then comment it out, because it doesnt work for cgc right now

This commit is contained in:
zeromus 2016-02-02 17:48:02 -06:00
parent 2fa6b26225
commit 0b1f01cf2f
1 changed files with 5 additions and 4 deletions

View File

@ -61,11 +61,12 @@ move gitsucks\output\Firmware temp
rmdir /s /q gitsucks rmdir /s /q gitsucks
cd temp
rem remove UPX from any files we have checked in, because people's lousy security software hates it rem remove UPX from any files we have checked in, because people's lousy security software hates it
upx -d dll\*.dll rem upx -d temp\dll\*.dll
upx -d dll\*.exe rem upx -d temp\dll\*.exe
upx -d *.exe rem upx -d temp\*.exe
cd temp
rem Patch up working dir with a few other things we want rem Patch up working dir with a few other things we want
mkdir ExternalTools mkdir ExternalTools