Add application icon #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/app-icon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Replaces the default Windows executable / window icon with a custom application icon.
src/TaylerLogTailer/Assets/app.ico, a multi-resolution icon (16, 32, 48, 64, 128, 256 px) so it renders crisply in the taskbar, title bar, Alt-Tab, and Explorer.<ApplicationIcon>(the compiled exe icon) and the WPFWindow.Icon(title bar / taskbar at runtime).How was this tested?
dotnet build Tayler.slnx -c Debug- 0 errors, 0 warnings (WarningsAsErrors active)..icoloads and that the icon is embedded in the built executable (ExtractAssociatedIcon)..icois stored as binary (.gitattributes) with the committed blob matching the file byte-for-byte.Checklist