Update template install script

This commit is contained in:
Jaby 2025-01-08 22:16:54 +01:00 committed by Jaby
parent 1a165e59f1
commit ce94a83414
1 changed files with 2 additions and 2 deletions

View File

@ -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"
cp -r "$src" "$dst"