From 0b1f01cf2f2043ff6514172a35ae78122bf95c7a Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 2 Feb 2016 17:48:02 -0600 Subject: [PATCH] fix build script upx unpacking, then comment it out, because it doesnt work for cgc right now --- Dist/BuildAndPackage.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dist/BuildAndPackage.bat b/Dist/BuildAndPackage.bat index 7a1aa3f293..bf9dd57731 100644 --- a/Dist/BuildAndPackage.bat +++ b/Dist/BuildAndPackage.bat @@ -61,11 +61,12 @@ move gitsucks\output\Firmware temp rmdir /s /q gitsucks -cd temp rem remove UPX from any files we have checked in, because people's lousy security software hates it -upx -d dll\*.dll -upx -d dll\*.exe -upx -d *.exe +rem upx -d temp\dll\*.dll +rem upx -d temp\dll\*.exe +rem upx -d temp\*.exe + +cd temp rem Patch up working dir with a few other things we want mkdir ExternalTools