mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-11 01:32:04 +00:00
Add note on electron-packager workaround
This commit is contained in:
parent
6616fbbf53
commit
c12006ebea
@ -63,6 +63,7 @@ function optionsFactory(inpOptions, callback) {
|
||||
hideWindowFrame: inpOptions.hideWindowFrame,
|
||||
verbose: inpOptions.verbose,
|
||||
disableContextMenu: inpOptions.disableContextMenu,
|
||||
// workaround for electron-packager#375
|
||||
tmpdir: false
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user