Add README and finalize
This commit is contained in:
parent
7a1f3b0441
commit
568dfa6f17
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# mcrandomizer
|
||||
|
||||
Trent keeps asking me for randomizers, so I'm automating the process now so it's easy.
|
||||
|
||||
on windows: `.\build.cmd`
|
@ -15,8 +15,7 @@ mkdir .\build\%1\
|
||||
"C:\Program Files\7-Zip\7z.exe" x mcrecipescrambler\out.zip -o.\build\%1\ -r -y
|
||||
|
||||
REM now, zip everything up into a file, and delete remains
|
||||
"C:\Program Files\7-Zip\7z.exe" a -tzip .\build\%1.zip .\build\%1\*
|
||||
rmdir /s /q .\build\%1
|
||||
del .\mcrecipescrambler\out.zip
|
||||
|
||||
REM "C:\Program Files\7-Zip\7z.exe" a -tzip BoneJuice.zip BoneJuice
|
||||
"C:\Program Files\7-Zip\7z.exe" a -tzip .\build\randomizer_%1.zip .\build\%1\*
|
||||
rmdir /s /q .\build\%1\
|
||||
del /q .\mcrecipescrambler\out.zip
|
||||
del /q .\loot_randomizer\random_loot.zip
|
||||
|
Loading…
Reference in New Issue
Block a user