Skip to content

Commit

Permalink
Update install-korge-forge.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
korge-game-engine authored Jun 22, 2024
1 parent 770397c commit a20d294
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/install-korge-forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
export KORGE_FORGE_VERSION=v0.1.7
echo KorGE Forge Installer $KORGE_FORGE_VERSION

export SCRIPT_DIR="$(dirname "$(realpath "$0")")"
#export SCRIPT_DIR="$(dirname "$(realpath "$0")")"

cd $HOME/Downloads || true
export SCRIPT_DIR=$PWD

#export INSTALLER_PATH=$HOME/.local
export INSTALLER_PATH=$SCRIPT_DIR/korge-forge-installer
Expand Down

0 comments on commit a20d294

Please sign in to comment.