Browse Source

fix: icon path

GyDi 3 năm trước cách đây
mục cha
commit
c382ad1cc8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src-tauri/tauri.conf.json

+ 1 - 1
src-tauri/tauri.conf.json

@@ -11,7 +11,7 @@
   },
   "tauri": {
     "systemTray": {
-      "iconPath": "icons/tray-icon",
+      "iconPath": "icons/tray-icon.png",
       "iconAsTemplate": true
     },
     "bundle": {