Update template install script
This commit is contained in:
parent
1a165e59f1
commit
ce94a83414
|
@ -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"
|
Loading…
Reference in New Issue