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"