mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-22 12:11:24 +00:00
7 lines
162 B
Batchfile
7 lines
162 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/
|