Support for podman #9

Merged
jaby merged 25 commits from feature/jb/potman into main 2025-01-08 21:22:17 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 620283c7b8 - Show all commits

View File

@ -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
Outdated
Review

should be src_name

should be `src_name`
mkdir -p $dst
cp -r "$src" "$dst"
cp -r "JabyEngine-PSX_Game" "$dst"