Support for podman #9
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
src=JabyEngine-PSX_Game
|
||||
dst="$HOME/.config/Code/User/ProjectTemplates"
|
||||
cody marked this conversation as resolved
Outdated
|
||||
|
||||
mkdir -p $dst
|
||||
cp -r "$src" "$dst"
|
||||
cp -r "JabyEngine-PSX_Game" "$dst"
|
Loading…
Reference in New Issue
should be
src_name