Update bootstrap.js

master
qwertyforce 2023-07-01 21:37:36 +03:00
parent 27a976e125
commit f0fd5722a8
1 changed files with 4 additions and 0 deletions

View File

@ -9,4 +9,8 @@ for (const dir of dirs) {
if (!fs.existsSync(dir_path)) {
fs.mkdirSync(dir_path);
}
}
if (process.platform !== 'win32'){
fs.chmodSync(`${root_path}/src/bin/oxipng`, "755")
}