diff --git a/index.js b/index.js index 0ac715a..54e772c 100644 --- a/index.js +++ b/index.js @@ -149,7 +149,7 @@ class RustPlugin { "bootstrap", readFileSync(path.join(sourceDir, binary)), "", - 755 + 0o755 <<16 ); const targetDir = this.localArtifactDir(profile); try {