forked from EuSouVoce/FartherViewDistance_1.20.1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpack.bat
18 lines (16 loc) · 1.13 KB
/
pack.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
rmdir /s /q temporary
mkdir temporary
del FartherViewDistance.jar
"C:\Program Files\7-Zip\7z.exe" x .\target\*.jar -o.\temporary\
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_14\target\branch_1_14-r1.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_15\target\branch_1_15-r1.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_16\target\branch_1_16-r3.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_17\target\branch_1_17-r1.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_18\target\branch_1_18-r1.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_19\target\branch_1_19-r1.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_20\target\branch_1_20-r1.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_20_2\target\branch_1_20-r2.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_20_4\target\branch_1_20-r4.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" x .\branch_1_20_6\target\branch_1_20-r6.jar -o.\temporary\ -y
"C:\Program Files\7-Zip\7z.exe" a -aou FartherViewDistance.jar .\temporary\*
rmdir /s /q temporary