mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 00:36:58 +00:00
Copy logo into output folder on build, fix broken tests
This commit is contained in:
@@ -72,8 +72,7 @@ namespace NzbDrone.Core.Notifications.Growl
|
||||
_logger = logger;
|
||||
_notificationTypes = GetNotificationTypes();
|
||||
|
||||
var iconPath = Path.Combine("UI", "Content", "Images", "logos", "64.png");
|
||||
var bytes = File.ReadAllBytes(iconPath);
|
||||
var bytes = File.ReadAllBytes("64.png");
|
||||
|
||||
_growlApplication.Icon = new BinaryData(bytes);
|
||||
}
|
||||
|
||||
@@ -794,6 +794,9 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="64.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="MediaInfo.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user