Fix paths and permissions

This commit is contained in:
David Chavez 2024-05-19 13:25:26 +00:00 committed by dcvz
parent b52a3fe6aa
commit 7f30879478
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
"postCreateCommand": "./devcontainer/post-create.sh",
"postCreateCommand": ".devcontainer/post-create.sh",
// Configure tool-specific properties.
// "customizations": {},

2
.devcontainer/post-create.sh Normal file → Executable file
View File

@ -3,7 +3,7 @@
set -e
# Clone ZRE repo
git clone $ZRE_REPO_WITH_PATH
git clone $ZRE_REPO_WITH_PAT
./zre/process.sh
# Run N64Recomp