From 70fd4bf806929bd1f42ff61c3eee3465a5585822 Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 8 Jan 2025 22:16:54 +0100 Subject: [PATCH] Update template install script --- template/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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