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 2 additions and 2 deletions
Showing only changes of commit 70fd4bf806 - Show all commits

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
dst_name=JabyEngine-PSX_Game
src=JabyEngine-PSX_Game
cody marked this conversation as resolved Outdated
Outdated
Review

should be src_name

should be `src_name`
dst="$HOME/.config/Code/User/ProjectTemplates"
mkdir -p $dst
cp -r "$dst_name" "$dst"
cp -r "$src" "$dst"