فهرست منبع

add identifier field.

Tensor-Programming 5 سال پیش
والد
کامیت
0aeb87a26c
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      tauri/examples/communication/src-tauri/tauri.conf.json

+ 2 - 1
tauri/examples/communication/src-tauri/tauri.conf.json

@@ -10,6 +10,7 @@
     },
     "bundle": {
       "active": true,
+      "identifier": "com.example.app",
       "icon": [
         "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"
       ]
@@ -30,4 +31,4 @@
       "active": true
     }
   }
-}
+}