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