mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +00:00
Temporary workaround for unable to delete OSX folder
Problem occurs with electron packager v7.01, see electron-userland/electron-packager#375
This commit is contained in:
parent
a3f9a0411c
commit
60823a21bb
@ -58,7 +58,8 @@ function optionsFactory(inpOptions, callback) {
|
|||||||
maximize: inpOptions.maximize || false,
|
maximize: inpOptions.maximize || false,
|
||||||
hideWindowFrame: inpOptions.hideWindowFrame,
|
hideWindowFrame: inpOptions.hideWindowFrame,
|
||||||
verbose: inpOptions.verbose,
|
verbose: inpOptions.verbose,
|
||||||
disableContextMenu: inpOptions.disableContextMenu
|
disableContextMenu: inpOptions.disableContextMenu,
|
||||||
|
tmpdir: false
|
||||||
};
|
};
|
||||||
|
|
||||||
if (options.verbose) {
|
if (options.verbose) {
|
||||||
|
Loading…
Reference in New Issue
Block a user