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