diff --git a/NzbDrone.Core/Notifications/Growl/GrowlService.cs b/NzbDrone.Core/Notifications/Growl/GrowlService.cs
index e99a9d8dc..55d3fad78 100644
--- a/NzbDrone.Core/Notifications/Growl/GrowlService.cs
+++ b/NzbDrone.Core/Notifications/Growl/GrowlService.cs
@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Notifications.Growl
public GrowlService()
{
_notificationTypes = GetNotificationTypes();
- _growlApplication.Icon = "https://github.com/NzbDrone/NzbDrone/raw/master/NzbDrone.Core/NzbDrone.jpg";
+ _growlApplication.Icon = "https://raw.github.com/NzbDrone/NzbDrone/master/Logo/64.png";
}
public void SendNotification(string title, string message, string notificationTypeName, string hostname, int port, string password)
diff --git a/NzbDrone.Core/Notifications/Xbmc/JsonApiProvider.cs b/NzbDrone.Core/Notifications/Xbmc/JsonApiProvider.cs
index af5fe2366..1d7cb5377 100644
--- a/NzbDrone.Core/Notifications/Xbmc/JsonApiProvider.cs
+++ b/NzbDrone.Core/Notifications/Xbmc/JsonApiProvider.cs
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
var parameters = new JObject(
new JProperty("title", title),
new JProperty("message", message),
- new JProperty("image", "https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png"),
+ new JProperty("image", "https://raw.github.com/NzbDrone/NzbDrone/master/Logo/64.png"),
new JProperty("displaytime", settings.DisplayTime * 1000));
var postJson = BuildJsonRequest("GUI.ShowNotification", parameters);
diff --git a/NzbDrone.Core/NzbDrone.Core.csproj b/NzbDrone.Core/NzbDrone.Core.csproj
index 15c5d5a57..8fa7bbee6 100644
--- a/NzbDrone.Core/NzbDrone.Core.csproj
+++ b/NzbDrone.Core/NzbDrone.Core.csproj
@@ -541,9 +541,6 @@
-
-
-
{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}
diff --git a/NzbDrone.Core/NzbDrone.jpg b/NzbDrone.Core/NzbDrone.jpg
deleted file mode 100644
index 4e544b00f..000000000
Binary files a/NzbDrone.Core/NzbDrone.jpg and /dev/null differ