This commit is contained in:
Daniel Mills
2020-08-25 17:12:48 -04:00
parent ff78830ead
commit 8a2b69464f
6 changed files with 13258 additions and 13255 deletions
+12392 -12394
View File
File diff suppressed because it is too large Load Diff
+412 -412
View File
File diff suppressed because it is too large Load Diff
+446 -448
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
Binary file not shown.
+8 -1
View File
@@ -7,7 +7,14 @@ cd lint
echo ZKM Rinse Cycle echo ZKM Rinse Cycle
java -Xmx4g -Xms1m -jar ZKM.jar script.zkm 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/in.jar" "in.jar"
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 Rinse Cycle
java -Xmx4g -Xms1m -jar proguard.jar @proguard.conf
cd .. cd ..
echo F|xcopy /y /s /f /q "lint/out.jar" "release/latest/Iris-%3.jar" echo F|xcopy /y /s /f /q "lint/out.jar" "release/latest/Iris-%3.jar"