Update template install script
This commit is contained in:
parent
53d26f583e
commit
739b7ece64
|
@ -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