Skip to content

Commit f4203cb

Browse files
authored
Merge pull request #77 from marcellourbani/file_attributes_in_zip
Fixes Dockerless build fails to run in Linux #76
2 parents 48f3e2c + 6114bba commit f4203cb

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)