f25c87dc70
* Updates to allow for using a custom v8 snapshot file name * Allow using a custom v8 snapshot file name * Fix up patch due to merge * Use fuse to set up custom v8 snapshot file in browser process * Refactor to use delegate instead of command line parameter * Refactoring * Update due to merge * PR comments * Rename patch * Rename patch
12 lines
501 B
Text
12 lines
501 B
Text
{
|
|
"_comment": "Modifying the fuse schema in any breaking way should result in the _version prop being incremented. NEVER remove a fuse or change its meaning, instead mark it as removed with 'r'",
|
|
"_schema": "0 == off, 1 == on, r == removed fuse",
|
|
"_version": 1,
|
|
"run_as_node": "1",
|
|
"cookie_encryption": "0",
|
|
"node_options": "1",
|
|
"node_cli_inspect": "1",
|
|
"embedded_asar_integrity_validation": "0",
|
|
"only_load_app_from_asar": "0",
|
|
"load_browser_process_specific_v8_snapshot": "0"
|
|
}
|