Skip to content

Commit

Permalink
Add missing add.png to MSI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Dec 6, 2019
1 parent 5ce059a commit 766d2a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/win32/packages/msi/wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<Directory Id="IconsFolder" Name="icons">
<Directory Id="Icons16Folder" Name="16x16">
<Component Id="Icons16Component" Guid="903E4029-505F-4FEC-8638-D59C3C7AB03C">
<File Name="add.png" Id="IconAdd16" />
<File Name="application.png" Id="IconApplication16" />
<File Name="close.png" Id="IconClose16" />
<File Name="close-project.png" Id="IconCloseProject16" />
Expand Down Expand Up @@ -132,6 +133,7 @@
</Directory>
<Directory Id="Icons30Folder" Name="30x30">
<Component Id="Icons30Component" Guid="E001659C-3A29-424B-8037-8228AEEB219B">
<File Name="add.png" Id="IconAdd30" />
<File Name="close.png" Id="IconClose30" />
<File Name="close-project.png" Id="IconCloseProject30" />
<File Name="delete.png" Id="IconDelete30" />
Expand Down Expand Up @@ -174,6 +176,7 @@
</Directory>
<Directory Id="Icons40Folder" Name="40x40">
<Component Id="Icons40Component" Guid="415AF5F6-5D55-4D64-B357-FCD7ADBB92A6">
<File Name="add.png" Id="IconAdd40" />
<File Name="close.png" Id="IconClose40" />
<File Name="close-project.png" Id="IconCloseProject40" />
<File Name="delete.png" Id="IconDelete40" />
Expand Down

0 comments on commit 766d2a4

Please sign in to comment.