mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-23 04:22:27 +00:00
9 lines
170 B
Batchfile
9 lines
170 B
Batchfile
cd assets
|
|
del z_vr_assets.pk3
|
|
cd ..
|
|
powershell Compress-Archive z_vr_assets/* z_vr_assets.zip
|
|
rename z_vr_assets.zip z_vr_assets.pk3
|
|
move z_vr_assets.pk3 assets/
|
|
|
|
|
|
pause
|