mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 05:31:42 +03:00
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
Block a user