mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Should finally fix exe icon and resulting build error.
This commit is contained in:
parent
abd4c1a1ad
commit
a272127a00
1 changed files with 10 additions and 1 deletions
9
src/NzbDrone/Properties/Resources.Designer.cs
generated
9
src/NzbDrone/Properties/Resources.Designer.cs
generated
|
@ -60,6 +60,15 @@ namespace NzbDrone.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Icon NzbDrone
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
object obj = ResourceManager.GetObject("NzbDrone", resourceCulture);
|
||||||
|
return ((System.Drawing.Icon)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue