Add application icon

This commit is contained in:
2020-02-29 23:14:27 +01:00
parent 0da3e87a5d
commit eb75e583f1
3 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
<EmbeddedResource Include="**\*.glade"> <EmbeddedResource Include="**\*.glade">
<LogicalName>%(Filename)%(Extension)</LogicalName> <LogicalName>%(Filename)%(Extension)</LogicalName>
</EmbeddedResource> </EmbeddedResource>
<None Update="Icons\icon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

View File

@@ -41,6 +41,7 @@
<property name="title" translatable="yes">Estus Shots</property> <property name="title" translatable="yes">Estus Shots</property>
<property name="default_width">800</property> <property name="default_width">800</property>
<property name="default_height">600</property> <property name="default_height">600</property>
<property name="icon">Icons/icon.png</property>
<child> <child>
<placeholder/> <placeholder/>
</child> </child>