From 9e5cb705bd14bdb9c835044dabbfcc9f573f0f81 Mon Sep 17 00:00:00 2001 From: Leastrio Date: Wed, 29 Nov 2023 03:01:33 -0700 Subject: [PATCH] changes --- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6b77228..b8563a6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dolos" -version = "0.1.1" +version = "0.1.2" description = "Dolos Desktop Application" default-run = "dolos" license = "GPLv3" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 180bc92..63800b8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Dolos", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": { @@ -59,7 +59,7 @@ "updater": { "active": true, "endpoints": [ - "https://raw.githubusercontent.com/Leastrio/Dolos/release/latest.json" + "https://github.com/Leastrio/Dolos/releases/latest/download/latest.json" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNENDdCMzRCQzhENTY2MjMKUldRalp0WElTN05IUFVnaXZROVZuQ0RYWGhtajRYUFVXZ3BrZXhvUkpmUU9nZzRYT0cwbHlzVm8K", "dialog": true