From bcbf94f0d79c5cf738f59c20f912d7f4d2095dad Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 8 Jan 2025 22:18:35 +0100 Subject: [PATCH] Try again --- template/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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