Fix shell variables

Fix shell variables that where style "windows styled"
This commit is contained in:
LudovicTOURMAN 2020-10-14 23:17:18 +02:00 committed by GitHub
parent 606eedd664
commit 0667b44461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ MC_DIR=~/.minecraft
# Are stored here...
# saves/, resourcepacks/ and screenshots/ dirs
# and options.txt and servers.dat files
GAME_DIR=%MC_DIR
GAME_DIR=$MC_DIR
# Assets location
ASSETS_DIR=$MC_DIR/assets
@ -38,7 +38,7 @@ net.minecraft.client.main.Main \
--username $PLAYER_NAME \
--version $GAME_VERSION \
--accessToken 0 --userProperties {} \
--gameDir %GAME_DIR% \
--gameDir $GAME_DIR \
--assetsDir $ASSETS_DIR \
--assetIndex $ASSETS_INDEX \
--width $WINDOW_W --height $WINDOW_H