Open fschoenfeldt opened 2 years ago
➜ BitBurnerCentralManager git:(master) npm run build > build > npm-run-all buildTs copyResources buildManifest > buildTs > npx tsc -p tsconfig.json > copyResources > mkdir -p src/resources && cp -r src/resources/ build/ > buildManifest > bin/generateManifest.bash sh: bin/generateManifest.bash: Permission denied ERROR: "buildManifest" exited with 126.
I can fix that via chmod +x bin/generateManifest.bash. File modes can be added to git, so I suggest you doing so.
chmod +x bin/generateManifest.bash
Hmm, I don't have this problem with WSL.
However, you don't need to build it, unless you did modification, you can simply wget from github
I can fix that via
chmod +x bin/generateManifest.bash
. File modes can be added to git, so I suggest you doing so.