mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-03-01 23:20:03 +00:00
Fix paths and permissions
This commit is contained in:
parent
b52a3fe6aa
commit
7f30879478
2 changed files with 2 additions and 2 deletions
|
@ -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
2
.devcontainer/post-create.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Reference in a new issue