diff --git a/Logo/Thumbs.db b/Logo/Thumbs.db new file mode 100644 index 0000000000..f015825312 Binary files /dev/null and b/Logo/Thumbs.db differ diff --git a/src/NzbDrone/NzbDrone.csproj b/src/NzbDrone/NzbDrone.csproj index 0ae327fd2e..3425b3049d 100644 --- a/src/NzbDrone/NzbDrone.csproj +++ b/src/NzbDrone/NzbDrone.csproj @@ -54,7 +54,7 @@ 4 - Radarr.ico + Resources\Radarr.ico NzbDrone.WindowsApp @@ -158,6 +158,7 @@ + diff --git a/src/NzbDrone/Properties/Resources.Designer.cs b/src/NzbDrone/Properties/Resources.Designer.cs index b6147d0b51..f01f723db9 100644 --- a/src/NzbDrone/Properties/Resources.Designer.cs +++ b/src/NzbDrone/Properties/Resources.Designer.cs @@ -59,16 +59,7 @@ internal Resources() { resourceCulture = value; } } - - internal static System.Drawing.Icon NzbDrone - { - get - { - object obj = ResourceManager.GetObject("NzbDrone", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// diff --git a/src/NzbDrone/Properties/Resources.resx b/src/NzbDrone/Properties/Resources.resx index ca21e650d5..5d89d19175 100644 --- a/src/NzbDrone/Properties/Resources.resx +++ b/src/NzbDrone/Properties/Resources.resx @@ -119,6 +119,6 @@ - ..\Radarr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\Radarr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/src/NzbDrone/Resources/Radarr.ico b/src/NzbDrone/Resources/Radarr.ico new file mode 100644 index 0000000000..4903af4b14 Binary files /dev/null and b/src/NzbDrone/Resources/Radarr.ico differ diff --git a/src/NzbDrone/Resources/Thumbs.db b/src/NzbDrone/Resources/Thumbs.db new file mode 100644 index 0000000000..32f10f9f8f Binary files /dev/null and b/src/NzbDrone/Resources/Thumbs.db differ diff --git a/src/Radarr.ico b/src/Radarr.ico index 6f0a8b50e4..4903af4b14 100644 Binary files a/src/Radarr.ico and b/src/Radarr.ico differ diff --git a/src/Thumbs.db b/src/Thumbs.db new file mode 100644 index 0000000000..f63c673365 Binary files /dev/null and b/src/Thumbs.db differ