Add README and finalize

This commit is contained in:
Alan O'Cull 2023-07-03 00:41:10 -04:00
parent 7a1f3b0441
commit 568dfa6f17
2 changed files with 9 additions and 5 deletions

5
README.md Normal file
View 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`

View File

@ -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