From 8a012c97b7ba3777d8d4b9c3a79416d5803a0877 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 18 Aug 2025 01:25:44 -0700 Subject: refactor: move launcher info from jq filter to script --- mcsh.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mcsh.sh') diff --git a/mcsh.sh b/mcsh.sh index 778ff66..d3e57cb 100755 --- a/mcsh.sh +++ b/mcsh.sh @@ -74,8 +74,11 @@ function launch ( -e "s/\${versions_directory}/$VERSIONS_DIR/g" \ -e "s/\${libraries_directory}/$LIBRARIES_DIR/g" \ -e "s/\${natives_directory}/$NATIVES_DIR/g" \ - -e "s/\${assets_directory}/$ASSETS_DIR/g" \ - -e "s/\${game_directory}/$GAME_DIR/g" + -e "s/\${assets_root}/$ASSETS_DIR/g" \ + -e "s/\${game_directory}/$GAME_DIR/g" \ + \ + -e "s/\${launcher_name}/mcsh/g" \ + -e "s/\${launcher_version}/v0.1.0/g" } printf 'starting game :3\n' >&2 -- cgit v1.2.3