Skip to content

Commit

Permalink
Update installer.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Aug 25, 2022
1 parent 5a5da8f commit 7cad876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function makeExecutable(binary = [], binaryFolder = '') {
try {
if (file == 'Codecs')
file = 'Codecs' + sep + 'Rar.so'
fs.chmodSync(join(binaryFolder, file), 00777);
fs.chmodSync(join(binaryFolder, file), 0o777);
} catch (err) {
console.error(err);
}
Expand Down

0 comments on commit 7cad876

Please sign in to comment.