From e04c598d914aa35da188f6d7f0b324bff957c3f3 Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Tue, 30 Jul 2024 23:50:24 +0300 Subject: [PATCH] fix: tauri.conf --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 567e3ba..3e033dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,13 +7,13 @@ }, "package": { "productName": "vigi", - "version": "1.0.0-pre.0" + "version": "1.0.0-0" }, "tauri": { "updater": { "active": true, "endpoints": [ - "https://raw.githubusercontent.com/TxtDot/vigi/main/latest.json" + "https://github.com/txtdot/vigi/releases/latest/download/latest.json" ], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMzQTRGNjZDOTNENzEyREMKUldUY0V0ZVRiUGFrd3h5U0l3c3Z1aTVaNGJHZ3JtK2ZzeDZjeWt4bFF0RjhDT0ZPVjArbWVERGIK"