Skip to content

Commit d6686a6

Browse files
authored
Merge pull request #103 from marijnhurkens/fix-file-permissions
2 parents 4be34b4 + df6259a commit d6686a6

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-
755
154+
0x755 << 16
155155
);
156156
const targetDir = this.localArtifactDir(profile);
157157
try {

0 commit comments

Comments
 (0)