mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add icon to servo.exe
This commit is contained in:
parent
1ae5715309
commit
13ce5c239c
7 changed files with 33 additions and 9 deletions
|
@ -36,8 +36,7 @@
|
|||
Directory="ProgramMenuDir"
|
||||
Name="Servo Tech Demo"
|
||||
WorkingDirectory="INSTALLDIR"
|
||||
Icon="Servo.ico"
|
||||
IconIndex="0"
|
||||
Icon="servo.exe"
|
||||
Advertise="yes"/>
|
||||
</File>
|
||||
${include_dependencies()}
|
||||
|
@ -70,7 +69,7 @@
|
|||
<ComponentRef Id="ProgramMenuDir"/>
|
||||
</Feature>
|
||||
|
||||
<Icon Id="Servo.ico" SourceFile="${windowize(resources_path)}\Servo.ico"/>
|
||||
<Icon Id="servo.exe" SourceFile="${windowize(exe_path)}\servo.exe"/>
|
||||
</Product>
|
||||
</Wix>
|
||||
<%!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue