7 lines
147 B
Batchfile
7 lines
147 B
Batchfile
|
cd .\loot_randomizer\
|
||
|
python randomize.py
|
||
|
cd ..
|
||
|
|
||
|
copy loot_randomizer\random_loot.zip .\build\loot_%1.zip
|
||
|
|
||
|
del /q .\loot_randomizer\random_loot.zip
|