From 606905f954b8b0850f932b9d2a37e0a24b1d5e89 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