Skip to content
Release v1.1.2 - Fix Production Build Assets

Fixed production build critical issues:
- White screens appearing for 5 seconds then disappearing
- Tray icon showing as blue circle instead of proper icon
- SVG theme frames not loading
- Asset bundling issues

Technical changes:
- Set assetsInlineLimit: 0 in vite config
- Added SVG files to electron-builder config
- Included public assets in build files
- Fixed asset loading in packaged application

This release resolves all production build asset loading issues.