diff --git a/docs/index.html b/docs/index.html index 1354160..4066f8b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -98,12 +98,12 @@

Download for macOS

- 💻 Intel Mac - 🍎 Apple Silicon diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0cb2e7f..62d0cd0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -24,7 +24,13 @@ "icons/icon.ico" ], "identifier": "com.neohtop.dev", - "targets": ["app", "dmg"] + "targets": ["app", "dmg"], + "macOS": { + "signingIdentity": "Developer ID Application: Abdenasser Elidrissi (785JV74B9Y)", + "hardenedRuntime": true, + "entitlements": null, + "providerShortName": null + } }, "security": { "csp": null