mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +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,
|
insecure: inpOptions.insecure || false,
|
||||||
flashPluginDir: inpOptions.flash || null,
|
flashPluginDir: inpOptions.flash || null,
|
||||||
inject: inpOptions.inject || null,
|
inject: inpOptions.inject || null,
|
||||||
|
ignore: 'src',
|
||||||
fullScreen: inpOptions.fullScreen || false,
|
fullScreen: inpOptions.fullScreen || false,
|
||||||
maximize: inpOptions.maximize || false,
|
maximize: inpOptions.maximize || false,
|
||||||
verbose: inpOptions.verbose
|
verbose: inpOptions.verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user