1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 00:15:48 +02:00

Add icon to browser executable

This commit is contained in:
chylex 2022-07-03 15:21:55 +02:00
parent 1cf7d13873
commit 8de2989f12
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -14,6 +14,7 @@
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>TweetDuck.Browser</RootNamespace>
<AssemblyName>TweetDuck.Browser</AssemblyName>
<ApplicationIcon>..\TweetDuck\Resources\Images\icon.ico</ApplicationIcon>
<StartupObject />
</PropertyGroup>