From 91275eaf0c76127c99a0c170eb247a26a719c4b8 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