2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 09:39:02 +00:00

Add note on electron-packager workaround

This commit is contained in:
Goh Jia Hao 2016-05-26 18:00:14 +08:00
parent 6616fbbf53
commit c12006ebea

View File

@ -63,6 +63,7 @@ function optionsFactory(inpOptions, callback) {
hideWindowFrame: inpOptions.hideWindowFrame,
verbose: inpOptions.verbose,
disableContextMenu: inpOptions.disableContextMenu,
// workaround for electron-packager#375
tmpdir: false
};