Skip to content

Commit

Permalink
positron - use the UserSetup install directly
Browse files Browse the repository at this point in the history
closes #29 - [email protected]: decompress error
  • Loading branch information
cderv committed Aug 27, 2024
1 parent 1bbf9d3 commit e1bff44
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions bucket/positron.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit e1bff44

Please sign in to comment.