Skip to content

Commit b3b5b48

Browse files
Fix bootstrap zip permissions
1 parent d6686a6 commit b3b5b48

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
@@ -151,7 +151,7 @@ class RustPlugin {
151151
"bootstrap",
152152
readFileSync(path.join(sourceDir, binary)),
153153
"",
154-
0x755 << 16
154+
0o755
155155
);
156156
const targetDir = this.localArtifactDir(profile);
157157
try {

0 commit comments

Comments
 (0)