7 lines
275 B
Batchfile
7 lines
275 B
Batchfile
cd ..
|
|
del sample_drawable.zip
|
|
zip sample_drawable.zip -@ < top\sample_drawable_resp.txt
|
|
t:
|
|
del sample_drawable_assets.zip
|
|
zip -r sample_drawable_assets.zip rage/assets/tune/shaders/* rage/assets/rage_male/* rage/assets/sample_rmcore/drawable/* rage/assets/animation/motion/*
|