diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f5d5e3 --- /dev/null +++ b/README.md @@ -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` diff --git a/build.cmd b/build.cmd index 414c04f..9883cb7 100644 --- a/build.cmd +++ b/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 \ No newline at end of file +"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