Skip to content

Commit 6114bba

Browse files
Fixes Dockerless build fails to run in Linux #76
1 parent 48f3e2c commit 6114bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class RustPlugin {
149149
"bootstrap",
150150
readFileSync(path.join(sourceDir, binary)),
151151
"",
152-
755
152+
0o755 <<16
153153
);
154154
const targetDir = this.localArtifactDir(profile);
155155
try {

0 commit comments

Comments
 (0)