Feat: trying to improve bundling and compilation
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user