diff --git a/template/install.sh b/template/install.sh index 869216ac..8e09094a 100755 --- a/template/install.sh +++ b/template/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -dst_name=JabyEngine-PSX_Game +src=JabyEngine-PSX_Game dst="$HOME/.config/Code/User/ProjectTemplates" mkdir -p $dst -cp -r "$dst_name" "$dst" \ No newline at end of file +cp -r "$src" "$dst" \ No newline at end of file