mirror of https://github.com/tauri-apps/tauri
fix(examples): api build on macOS
This commit is contained in:
parent
0b49dd566d
commit
e974f8fbae
|
@ -152,7 +152,7 @@ fn main() {
|
|||
app
|
||||
.tray_handle()
|
||||
.set_icon(tauri::TrayIcon::Raw(
|
||||
include_bytes!("../../../.icons/tray_icon_with.png").to_vec(),
|
||||
include_bytes!("../../../.icons/tray_icon_with_transparency.png").to_vec(),
|
||||
))
|
||||
.unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue