From d3344a8b243a36fccd6da5152b72248e0251a675 Mon Sep 17 00:00:00 2001 From: Sergii Dolgushev Date: Fri, 25 Mar 2022 09:22:57 +0000 Subject: [PATCH] Fixed permissions for local build --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 58f330b..651a3cf 100644 --- a/index.js +++ b/index.js @@ -169,7 +169,7 @@ class RustPlugin { "bootstrap", readFileSync(path.join(sourceDir, binary)), "", - 0o755 + "755" ); const targetDir = this.localArtifactDir(profile); try {