Update bootstrap.js
parent
27a976e125
commit
f0fd5722a8
|
@ -10,3 +10,7 @@ for (const dir of dirs) {
|
|||
fs.mkdirSync(dir_path);
|
||||
}
|
||||
}
|
||||
|
||||
if (process.platform !== 'win32'){
|
||||
fs.chmodSync(`${root_path}/src/bin/oxipng`, "755")
|
||||
}
|
Loading…
Reference in New Issue