From d2ce3f674cc96127cc6675b33da8fbedf94eeb4d Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 27 Apr 2022 00:27:13 +0100 Subject: [PATCH] Remove reference to -all.jar --- Command-Line-Tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-Line-Tools.md b/Command-Line-Tools.md index d5075af..7dc181b 100644 --- a/Command-Line-Tools.md +++ b/Command-Line-Tools.md @@ -5,7 +5,7 @@ You can build modpacks via command line tools as well. Get the .jar from the `launcher-builder/build/libs/` folder. ``` -java -jar launcher-builder-X.Y.Z-SNAPSHOT-all.jar +java -jar launcher-builder-X.Y.Z-SNAPSHOT.jar --version "pick_a_version" --input . --output upload