We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351e3b6 commit 803c1aaCopy full SHA for 803c1aa
PatchworkLauncher/IconSmall.ico
40.7 KB
PatchworkLauncher/PatchworkLauncher.csproj
@@ -49,8 +49,7 @@
49
<WarningLevel>4</WarningLevel>
50
</PropertyGroup>
51
<PropertyGroup>
52
- <ApplicationIcon>
53
- </ApplicationIcon>
+ <ApplicationIcon>IconSmall.ico</ApplicationIcon>
54
55
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|AnyCPU'">
56
<DebugSymbols>false</DebugSymbols>
@@ -202,6 +201,7 @@
202
201
</BootstrapperPackage>
203
</ItemGroup>
204
<ItemGroup>
+ <Content Include="IconSmall.ico" />
205
<Content Include="preferences.pw.xml">
206
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
207
</Content>
0 commit comments