Update template install script

This commit is contained in:
2025-01-08 22:16:54 +01:00
parent 53d26f583e
commit 739b7ece64

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"