mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://jetbrains.com/",
|
|
"version": "1.14.5179",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://www.jetbrains.com/store/license.html"
|
|
},
|
|
"url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.14.5179.exe",
|
|
"hash": "a68e402827eea78c601bafbc75c1cd35b018ec79129fdf2c92b931d5c33003a7",
|
|
"installer": {
|
|
"args": [
|
|
"/S",
|
|
"/D=$dir"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"file": "Uninstall.exe",
|
|
"args": "/S"
|
|
},
|
|
"bin": "jetbrains-toolbox.exe",
|
|
"persist": "apps",
|
|
"checkver": {
|
|
"url": "https://data.services.jetbrains.com/products/releases?code=TBA&latest=true&type=release",
|
|
"re": "jetbrains-toolbox-([\\d.]+).exe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-$version.exe",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
},
|
|
"post_install": "$las=\"$Env:LOCALAPPDATA\\Jetbrains\\Toolbox\\.settings.json\"; if(Test-Path \"$las\") {(gc \"$las\") -join \"`n\"| ConvertFrom-Json | Add-Member -Force @{install_location=\"$dir\";intellij_platform=($architecture -eq '64bit')} -P | ConvertToPrettyJson | sc \"$las\"}",
|
|
"notes": "Set 'Install Location' to $dir to persist the installed apps"
|
|
}
|