From e4c83f9ae61f08112fae2c56165b2bf9f7015523 Mon Sep 17 00:00:00 2001 From: isark Date: Sun, 19 Nov 2023 20:35:41 +0100 Subject: [PATCH] Added target to updater url to allow separate latest releases for different targets --- 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 63cc721..468875d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -30,7 +30,7 @@ "icons/icon.ico" ], "identifier": "me.isark.poe.Nothing", - "targets": "all", + "targets": ["nsis", "app", "updater"], "windows": { "wix": { "language": "en-US" @@ -43,7 +43,7 @@ "updater": { "active": true, "endpoints": [ - "https://isark.me/releases/nothing/version.json" + "https://isark.me/releases/nothing/version.json?target={{target}}" ], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY5NDE4QTQwQUVGOUYzM0IKUldRNzgvbXVRSXBCYVhwRmswTnpOWW9PRURlMFRkQUVoOVNhSmJsLzlNSEJrZWVEOVhWYjlHcy8K"