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
1 changed files with 1 additions and 0 deletions

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
};