1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-26 07:38:59 +02: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
};