mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 22:17:15 -04:00
Hopefully icon is now finally fixed.
This commit is contained in:
parent
ff6bf235aa
commit
cdfb95f425
8 changed files with 4 additions and 12 deletions
BIN
Logo/Thumbs.db
Normal file
BIN
Logo/Thumbs.db
Normal file
Binary file not shown.
|
@ -54,7 +54,7 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>Radarr.ico</ApplicationIcon>
|
||||
<ApplicationIcon>Resources\Radarr.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>NzbDrone.WindowsApp</StartupObject>
|
||||
|
@ -158,6 +158,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Radarr.ico" />
|
||||
<None Include="Resources\Radarr.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
|
|
11
src/NzbDrone/Properties/Resources.Designer.cs
generated
11
src/NzbDrone/Properties/Resources.Designer.cs
generated
|
@ -59,16 +59,7 @@ namespace NzbDrone.Properties {
|
|||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Icon NzbDrone
|
||||
{
|
||||
get
|
||||
{
|
||||
object obj = ResourceManager.GetObject("NzbDrone", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
|
|
|
@ -119,6 +119,6 @@
|
|||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Radarr" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Radarr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<value>..\Resources\Radarr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
src/NzbDrone/Resources/Radarr.ico
Normal file
BIN
src/NzbDrone/Resources/Radarr.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
BIN
src/NzbDrone/Resources/Thumbs.db
Normal file
BIN
src/NzbDrone/Resources/Thumbs.db
Normal file
Binary file not shown.
BIN
src/Radarr.ico
BIN
src/Radarr.ico
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 85 KiB |
BIN
src/Thumbs.db
Normal file
BIN
src/Thumbs.db
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue