diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2cd9ba7..ee7719d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": {}, diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh old mode 100644 new mode 100755 index 4393443..7739cb2 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -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