Update bootstrap.js
parent
27a976e125
commit
f0fd5722a8
|
@ -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")
|
||||
}
|
Loading…
Reference in New Issue