mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +00:00
Do not include app/src
in packaged app
This commit is contained in:
parent
d020d5d659
commit
7ebec43dec
@ -52,6 +52,7 @@ function optionsFactory(inpOptions, callback) {
|
||||
insecure: inpOptions.insecure || false,
|
||||
flashPluginDir: inpOptions.flash || null,
|
||||
inject: inpOptions.inject || null,
|
||||
ignore: 'src',
|
||||
fullScreen: inpOptions.fullScreen || false,
|
||||
maximize: inpOptions.maximize || false,
|
||||
verbose: inpOptions.verbose
|
||||
|
Loading…
Reference in New Issue
Block a user