mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +00:00
This commit is contained in:
parent
2d09455c17
commit
92bc44a712
@ -153,7 +153,7 @@ function buildMain(inpOptions, callback) {
|
||||
const options = Object.assign({}, inpOptions);
|
||||
|
||||
// pre process app
|
||||
const tmpObj = tmp.dirSync({ unsafeCleanup: true });
|
||||
const tmpObj = tmp.dirSync({ mode: '0755', unsafeCleanup: true });
|
||||
const tmpPath = tmpObj.name;
|
||||
|
||||
// todo check if this is still needed on later version of packager
|
||||
|
Loading…
Reference in New Issue
Block a user