From 27e06ceb2c04c724c9ac26099e6728b111bf5a76 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Fri, 18 Sep 2020 15:30:58 -0400 Subject: [PATCH] g --- scripts/release-light.bat | 13 ------------- scripts/release.bat | 12 ------------ 2 files changed, 25 deletions(-) delete mode 100644 scripts/release-light.bat diff --git a/scripts/release-light.bat b/scripts/release-light.bat deleted file mode 100644 index 5d55bb425..000000000 --- a/scripts/release-light.bat +++ /dev/null @@ -1,13 +0,0 @@ -@Echo off -echo Apply Script: COPY -echo F|xcopy /y /s /f /q "%1" "%2" -echo F|xcopy /y /s /f /q "lint/in.jar" "release/latest/Origin-%3.jar" -echo Starting the Washing Machine -cd lint -java -Xmx4g -Xms1m -jar proguard.jar @proguard.conf -cd .. -echo F|xcopy /y /s /f /q "lint/out.jar" "release/latest/Iris-%3.jar" -echo F|xcopy /y /s /f /q "lint/mapping.txt" "release/latest/mapping-%3.txt" -cd release -echo F|xcopy /y /s /f /q /E "latest" "%3/" -rmdir /Q/S latest \ No newline at end of file diff --git a/scripts/release.bat b/scripts/release.bat index a3ae6494b..5d55bb425 100644 --- a/scripts/release.bat +++ b/scripts/release.bat @@ -4,18 +4,6 @@ echo F|xcopy /y /s /f /q "%1" "%2" echo F|xcopy /y /s /f /q "lint/in.jar" "release/latest/Origin-%3.jar" echo Starting the Washing Machine cd lint - -echo Powerwash Cycle -java -Xmx4g -Xms1m -jar obfuscator.jar --jarIn in.jar --jarOut out.jar --config obf.json -echo F|xcopy /y /f /q "out.jar" "in.jar" - -echo ZKM Rinse Cycle -java -Xmx4g -Xms1m -jar ZKM.jar script.zkm -echo F|xcopy /y /f /q "out/in.jar" "out.jar" -echo F|xcopy /y /f /q "out/out.jar" "out.jar" -echo F|xcopy /y /f /q "out.jar" "in.jar" - -echo Rinse Cycle java -Xmx4g -Xms1m -jar proguard.jar @proguard.conf cd .. echo F|xcopy /y /s /f /q "lint/out.jar" "release/latest/Iris-%3.jar"