fix(windows): Use ICO format for Windows application icon
Changed FyneApp.toml to reference VT_Icon.ico instead of VT_Icon.png. Windows requires ICO format for proper application icon display in the taskbar and window title bar. PNG icons don't work correctly on Windows. To apply this fix on Windows, rebuild with: fyne package -os windows -icon assets/logo/VT_Icon.ico 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
462dfb06c6
commit
f1556175db
|
|
@ -1,5 +1,5 @@
|
|||
[Details]
|
||||
Icon = "assets/logo/VT_Icon.png"
|
||||
Icon = "assets/logo/VT_Icon.ico"
|
||||
Name = "VideoTools"
|
||||
ID = "com.leaktechnologies.videotools"
|
||||
Version = "0.1.0-dev20"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user