diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3e2dffc..5f4f5e2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -62,6 +62,9 @@ "webviewInstallMode": { "silent": true, "type": "downloadBootstrapper" + }, + "sign": { + "signature": false } } }, @@ -75,4 +78,4 @@ ] } } -} \ No newline at end of file +}