瀏覽代碼

chore: Enable Ad Hoc signing on macOS (#1117)

Closes #1116
Zhenfu Shi 1 年之前
父節點
當前提交
dd6dea9dfc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src-tauri/tauri.macos.conf.json

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

@@ -12,7 +12,7 @@
         "frameworks": [],
         "minimumSystemVersion": "10.15",
         "exceptionDomain": "",
-        "signingIdentity": null,
+        "signingIdentity": "-",
         "entitlements": null
       }
     }