Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Sep 3, 2016
1 parent 3c871a8 commit 57b0d01
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Scripts/GoRepack.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,10 @@ del "%~dp0DeveMultiCompressor.zip"

"%~dp0..\packages\ILRepack.2.0.11\tools\ILRepack.exe" /out:"%~dp0Output\DeveMultiCompressor.exe" "%~dp0..\DeveMultiCompressor\bin\Release\DeveMultiCompressor.exe" "%~dp0..\DeveMultiCompressor\bin\Release\CommandLine.dll" "%~dp0..\DeveMultiCompressor\bin\Release\FSharp.Core.dll" "%~dp0..\DeveMultiCompressor\bin\Release\Newtonsoft.Json.dll"

cd "%~dp0Output"
dir

xcopy "%~dp0..\DeveMultiCompressor\bin\Release\Compressors" "%~dp0Output\Compressors\" /e /y
xcopy "%~dp0..\DeveMultiCompressor\bin\Release\Precompressors" "%~dp0Output\Precompressors\" /e /y

xcopy "%~dp0SampleScripts" "%~dp0Output\" /e /y

cd "%~dp0Output"
dir

"%~dp0\7z_x64_1602\7za.exe" a -mm=Deflate -mfb=258 -mpass=15 "%~dp0DeveMultiCompressor.zip" "%~dp0Output\*"
"%~dp0\7z_x64_1602\7za.exe" a -t7z -m0=LZMA2 -mmt=on -mx9 -md=1536m -mfb=273 -ms=on -mqs=on -sccUTF-8 "%~dp0DeveMultiCompressor.7z" "%~dp0Output\*"

cd "%~dp0Output"
dir
"%~dp0\7z_x64_1602\7za.exe" a -t7z -m0=LZMA2 -mmt=on -mx9 -md=1536m -mfb=273 -ms=on -mqs=on -sccUTF-8 "%~dp0DeveMultiCompressor.7z" "%~dp0Output\*"

0 comments on commit 57b0d01

Please sign in to comment.