mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +00:00
11 lines
403 B
Batchfile
11 lines
403 B
Batchfile
@Echo off
|
|
echo Apply Script: COPY
|
|
echo F|xcopy /y /s /f /q "%1" "%2"
|
|
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/in.jar" "release/latest/Origin-%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/" |