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