fix(updater): fallback to passive mode & fix installerArgs deserialzation (#1051)

This commit is contained in:
Tony
2024-03-11 17:29:16 +02:00
committed by GitHub
parent 753c7be0a6
commit 4e37316af0
6 changed files with 56 additions and 40 deletions
@@ -5,7 +5,8 @@
"endpoints": ["http://localhost:3007"],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUwNDRGMjkwRjg2MDhCRDAKUldUUWkyRDRrUEpFNEQ4SmdwcU5PaXl6R2ZRUUNvUnhIaVkwVUltV0NMaEx6VTkrWVhpT0ZqeEEK",
"windows": {
"installMode": "quiet"
"installMode": "quiet",
"installerArgs": ["/NS"]
}
}
},