mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
@@ -381,6 +381,10 @@ pub fn run() {
|
||||
toggle_window_visibility(app);
|
||||
}
|
||||
})
|
||||
.icon(tauri::image::Image::from_bytes(include_bytes!(
|
||||
"../icons/icon.png"
|
||||
))?)
|
||||
.icon_as_template(false)
|
||||
.build(app)?;
|
||||
|
||||
Ok(())
|
||||
|
||||
@@ -21,11 +21,6 @@
|
||||
"identifier": "com.kkrainbow.easytier",
|
||||
"plugins": {},
|
||||
"app": {
|
||||
"trayIcon": {
|
||||
"iconPath": "icons/icon.ico",
|
||||
"menuOnLeftClick": true,
|
||||
"iconAsTemplate": true
|
||||
},
|
||||
"windows": [
|
||||
{
|
||||
"title": "easytier-gui",
|
||||
|
||||
Reference in New Issue
Block a user