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.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
// "forwardPorts": [],
|
// "forwardPorts": [],
|
||||||
|
|
||||||
"postCreateCommand": "./devcontainer/post-create.sh",
|
"postCreateCommand": ".devcontainer/post-create.sh",
|
||||||
|
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
// "customizations": {},
|
// "customizations": {},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Clone ZRE repo
|
# Clone ZRE repo
|
||||||
git clone $ZRE_REPO_WITH_PATH
|
git clone $ZRE_REPO_WITH_PAT
|
||||||
./zre/process.sh
|
./zre/process.sh
|
||||||
|
|
||||||
# Run N64Recomp
|
# Run N64Recomp
|
||||||
|
|
Loading…
Reference in New Issue