{ "homepage": "https://jetbrains.com/", "version": "1.5.2871", "license": "https://www.jetbrains.com/store/license.html", "url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.5.2871.exe", "hash": "d56ba14f2272563e0ca4b41778d1272ef6f17a7d51f0f3ca7c8a079083207952", "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" }