mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Copy logo into output folder on build, fix broken tests
This commit is contained in:
parent
ca09588390
commit
dd15442dcd
3 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue