Fix paths and permissions
This commit is contained in:
parent
b52a3fe6aa
commit
7f30879478
|
@ -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": {},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue