mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +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,
|
||||
hideWindowFrame: inpOptions.hideWindowFrame,
|
||||
verbose: inpOptions.verbose,
|
||||
disableContextMenu: inpOptions.disableContextMenu
|
||||
disableContextMenu: inpOptions.disableContextMenu,
|
||||
tmpdir: false
|
||||
};
|
||||
|
||||
if (options.verbose) {
|
||||
|
Loading…
Reference in New Issue
Block a user