fix(examples): api build on macOS

This commit is contained in:
Lucas Nogueira 2022-03-11 22:57:16 -03:00
parent 0b49dd566d
commit e974f8fbae
No known key found for this signature in database
GPG Key ID: C54D79C4018F1D19
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}