diff --git a/bucket/positron.json b/bucket/positron.json index 12d80af8..055f3e71 100644 --- a/bucket/positron.json +++ b/bucket/positron.json @@ -3,17 +3,30 @@ "description": "Positron, a next-generation data science IDE.", "homepage": "https://github.com/posit-dev/positron", "license": "Elastic-2.0", - "url": "https://github.com/posit-dev/positron/releases/download/2024.08.0-48/Positron-2024.08.0-48-Setup.exe", - "hash": "b8788d5f6cb21cfd830d51cd48c9eaeaee73083140f3d78fdc1845376bde7b36", - "innosetup": true, - "extract_dir": "{code_GetDestDir}", + "url": "https://github.com/posit-dev/positron/releases/download/2024.08.0-48/Positron-2024.08.0-48-UserSetup.exe", + "hash": "403d3c657f1cc81391aaa219f8198d3df2ba83131ee60bb1de487739c6d3de6a", + "installer": { + "args": [ + "/VERYSILENT", + "/DIR=$dir", + "/NORESTART", + "/TASKS=\"\"" + ] + }, "bin": "Positron.exe", + "uninstaller": { + "file": "unins000.exe", + "args": [ + "/VERYSILENT", + "/NORESTART" + ] + }, "checkver": { "url": "https://github.com/posit-dev/positron/releases.atom", "xpath": ".//entry/title" }, "autoupdate": { - "url": "https://github.com/posit-dev/positron/releases/download/$version/Positron-$version-Setup.exe", + "url": "https://github.com/posit-dev/positron/releases/download/$version/Positron-$version-UserSetup.exe", "hash": { "mode": "download" }