1ce5151e598def55dad459ec2e553446441f676d
The previous approach used Builder::default_window_icon() which doesn't exist in Tauri 2.10. Instead, set the icon via window.set_icon() in the setup hook, and enable the "image-png" feature flag so Image::from_bytes can decode the PNG icon at runtime. Also change bundle identifier from "com.triple-c.app" to "com.triple-c.desktop" to avoid conflicting with the .app bundle extension on macOS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
Releases
12
Triple-C v0.3.14 (Linux)
Latest
Languages
TypeScript
47.9%
Rust
39.7%
Shell
6.5%
HTML
3.5%
Dockerfile
1.5%
Other
0.9%