mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix flag compose in runservo.sh
s/-S--pref/-S --pref/
This commit is contained in:
parent
686ca25139
commit
eba39ab98a
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class PackageCommands(CommandBase):
|
|||
delete(dir_to_package + '/build/' + f)
|
||||
print("Writing runservo.sh")
|
||||
# TODO: deduplicate this arg list from post_build_commands
|
||||
servo_args = ['-w', '-b', '-M', '-S'
|
||||
servo_args = ['-w', '-b', '-M', '-S',
|
||||
'--pref', 'dom.mozbrowser.enabled',
|
||||
'--pref', 'dom.forcetouch.enabled',
|
||||
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue