Skip to content

Commit

Permalink
Fix copy icon not appearing in release builds due to absolute path th…
Browse files Browse the repository at this point in the history
…at gets rewritten by ILRepack.
  • Loading branch information
Aldaviva committed Apr 25, 2021
1 parent 0f68c60 commit 2deb454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<MenuItem Header="Copy thumbprint (SHA-1)" Command="{Binding copyThumbprintCommand}">
<MenuItem.Icon>
<!-- Icon file must only have a 16x16 image inside, or else WPF will resample a larger one -->
<Image Source="/CertificateUpdater;component/Resources/copy.ico" />
<Image Source="../Resources/copy.ico" />
</MenuItem.Icon>
</MenuItem>
</ContextMenu>
Expand Down

0 comments on commit 2deb454

Please sign in to comment.