You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support added for SDK builds by adding a checkbox in Download Settings.
This setting will download the SDK build if NW.js version is greater
than or equal to 0.13.0.
description='Enable calling node in remote pages. See the node-webkit manifest format for more info.'
63
+
description='Enable calling node in remote pages. See the node-webkit\nmanifest format for more info.'
64
64
[[[chromium-args]]]
65
65
display_name='Chromium Args'
66
66
default_value=''
67
67
type='string'
68
-
description='Specify chromium command line arguments. Example value: "--disable-accelerated-video --force-cpu-draw"'
68
+
description='Specify chromium command line arguments.\nExample value: "--disable-accelerated-video --force-cpu-draw"'
69
69
[[[js-flags]]]
70
70
display_name='JS Flags'
71
71
default_value=''
72
72
type='string'
73
-
description='Specify flags passed to the js engine. Example value: "--harmony_proxies --harmony_collecions"'
73
+
description='Specify flags passed to the js engine.\nExample value: "--harmony_proxies --harmony_collecions"'
74
74
[[[inject-js-start]]]
75
75
display_name='Inject JS Start'
76
76
default_value=''
77
77
type='file'
78
78
file_types='*.js'
79
-
description='A path to a js file that will be executed before any other script is run.'
79
+
description='A path to a js file that will be executed before any\nother script is run.'
80
80
[[[inject-js-end]]]
81
81
display_name='Inject JS End'
82
82
default_value=''
83
83
type='file'
84
84
file_types='*.js'
85
-
description='A path to a js file that will be executed after the DOM is loaded.'
85
+
description='A path to a js file that will be executed after the\nDOM is loaded.'
86
86
[[[snapshot]]]
87
87
default_value=''
88
88
type='file'
89
89
file_types='*.bin'
90
-
description='A path to a binary file compiled with snapshot. Used if you don\'t want your code to be exposed.'
90
+
description='A path to a binary file compiled with snapshot. Used if you\ndon\'t want your code to be exposed.'
91
91
[[[additional_trust_anchors]]]
92
92
display_name='Trust Anchors'
93
93
default_value=''
94
94
type='strings'
95
-
description='A list of PEM-encoded certificates. Used as additional root certificates for validation to allow connecting to services using a self-signed certificate.'
95
+
description='A list of PEM-encoded certificates. Used as additional root\ncertificates for validation to allow connecting to services using a self-signed certificate.'
description='Compression to be applied to the executable\'s nwjs binary. 0 is no compression, 9 is maximum. They all use lzma.'
281
+
description='Compression to be applied to the executable\'s nwjs binary.\n0 is no compression, 9 is maximum. They all use lzma.'
277
282
[[uncompressed_folder]]
278
283
display_name='Uncompressed Folder'
279
284
type='check'
280
285
default_value=False
281
-
description='Mac OSX Only! This option makes the resulting app.nw inside the app just a plain folder. This is useful to mitigate startup times and to modify files.'
286
+
description='This option makes the resulting app.nw inside the app just a\nplain folder. This is useful to mitigate startup\ntimes and to modify files. (Works on NW.js >= 0.13.0)'
0 commit comments