mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Package: Merge changed prefs from package-prefs.json to prefs.json
This commit is contained in:
parent
7f2da7483b
commit
7eb4d7a9a7
5 changed files with 39 additions and 76 deletions
|
@ -38,7 +38,7 @@
|
|||
WorkingDirectory="INSTALLDIR"
|
||||
Icon="Servo.ico"
|
||||
IconIndex="0"
|
||||
Arguments="-w --pref dom.mozbrowser.enabled --pref shell.builtin-key-shortcuts.enabled=false browserhtml\index.html"
|
||||
Arguments="browserhtml\index.html"
|
||||
Advertise="yes"/>
|
||||
</File>
|
||||
<File Id="ServoManifest"
|
||||
|
@ -49,7 +49,7 @@
|
|||
${include_dependencies()}
|
||||
</Component>
|
||||
|
||||
${include_directory(path.join(top_path, "resources"), "resources")}
|
||||
${include_directory(resources_path, "resources")}
|
||||
${include_directory(browserhtml_path, "browserhtml")}
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<ComponentRef Id="ProgramMenuDir"/>
|
||||
</Feature>
|
||||
|
||||
<Icon Id="Servo.ico" SourceFile="${windowize(top_path)}\resources\Servo.ico"/>
|
||||
<Icon Id="Servo.ico" SourceFile="${windowize(resources_path)}\Servo.ico"/>
|
||||
</Product>
|
||||
</Wix>
|
||||
<%!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue