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 dabe680 commit cf1f334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install-korge-forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +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
#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 cf1f334

Please sign in to comment.