1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-22 11:55:17 +01:00

Updated Command Line Tools (markdown)

sk89q 2015-07-25 11:37:34 -07:00
parent cab028b9a2
commit 67de863488

@ -2,16 +2,13 @@ You can build modpacks via command line tools as well.
## Building Modpacks
1. From the `launcher-builder/build/libs/` folder, copy `launcher-builder-X.Y.Z-SNAPSHOT-all.jar` to your modpack's folder.
2. Open terminal or command prompt and navigate to the directory of your modpack.
* Windows users: Hold down your SHIFT key, right click the folder that contains "modpack.json", and click "Open command window here".
3. Run the following command (note: **put it on one line**, and change "X.Y.Z" to the right version):
Get the .jar from the `launcher-builder/build/libs/` folder.
```
java -jar launcher-builder-X.Y.Z-SNAPSHOT-all.jar
--version "pick_a_version"
--input .
--output upload
java -jar launcher-builder-X.Y.Z-SNAPSHOT-all.jar \
--version "pick_a_version" \
--input . \
--output upload \
--manifest-dest "upload/your_modpack.json"
```