Feat: trying to improve bundling and compilation

This commit is contained in:
2026-02-06 00:46:40 +01:00
parent f1af4d2cdb
commit 9a769518f9
5 changed files with 17 additions and 2 deletions

View File

@@ -458,7 +458,7 @@ impl eframe::App for CagireDesktop {
}
fn load_icon() -> egui::IconData {
const ICON_BYTES: &[u8] = include_bytes!("../../cagire_pixel.png");
const ICON_BYTES: &[u8] = include_bytes!("../../assets/Cagire.png");
let img = image::load_from_memory(ICON_BYTES)
.expect("Failed to load embedded icon")