mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +01:00
Fix preference name
This commit is contained in:
parent
851194b003
commit
8836250d71
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ class PackageCommands(CommandBase):
|
|||
servo_args = ['-w', '-b',
|
||||
'--pref', 'dom.mozbrowser.enabled',
|
||||
'--pref', 'dom.forcetouch.enabled',
|
||||
'--pref', 'shell.builtin-key-shortcuts=false',
|
||||
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
|
||||
path.join(browserhtml_path, 'out', 'index.html')]
|
||||
|
||||
runservo = os.open(dir_to_package + 'runservo.sh', os.O_WRONLY | os.O_CREAT, int("0755", 8))
|
||||
|
|
|
@ -114,7 +114,7 @@ class PostBuildCommands(CommandBase):
|
|||
args = args + ['-w',
|
||||
'--pref', 'dom.mozbrowser.enabled',
|
||||
'--pref', 'dom.forcetouch.enabled',
|
||||
'--pref', 'shell.builtin-key-shortcuts=false',
|
||||
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
|
||||
path.join(browserhtml_path, 'out', 'index.html')]
|
||||
|
||||
# Borrowed and modified from:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue