blob: 84bf7e3ece7c4150d01ce1e325e45843386ef0b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 6de7f91..04c1f39 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -90,14 +90,6 @@
"security": {
"csp": null
},
- "updater": {
- "active": true,
- "endpoints": [
- "https://www.encroissant.org/updates"
- ],
- "dialog": true,
- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdGOTBFNjg2MzFGM0RDODUKUldTRjNQTXhodWFRZjc2MTNVeXRONGJkRjdGUXlCeW1MSlZESUczT0U4eE5hKzBmY3M2S0U2L0oK"
- },
"windows": [
{
"title": "En Croissant",
|