mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11:06 +00:00
g
This commit is contained in:
+12392
-12394
File diff suppressed because it is too large
Load Diff
+412
-412
File diff suppressed because it is too large
Load Diff
+446
-448
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+8
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user