Added target to updater url to allow separate latest releases for different targets

merge-notes
isark 2 years ago
parent 9c0582fc82
commit e4c83f9ae6

@ -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"

Loading…
Cancel
Save