From 61f89b6dfd7bc21ebc5697e2965d5cd135de732f Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sat, 13 Nov 2021 20:46:47 +0000 Subject: [PATCH] Update tauri.conf.json --- src-tauri/tauri.conf.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f8cb7c3e1..886e9f855 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Win11inReact", - "version": "0.1.3" + "version": "0.1.4" }, "build": { "distDir": "../build", @@ -46,7 +46,12 @@ } }, "updater": { - "active": false + "active": true, + "endpoints": [ + "https://win.asylum-os.com/builds/api/" + ], + "dialog": true, + "pubkey": "" }, "allowlist": { "all": true