mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
jetbrains-toolbox: fix version
This commit is contained in:
parent
4b10e7fc98
commit
65a812e6f2
@ -1,17 +1,20 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://jetbrains.com/",
|
"homepage": "https://jetbrains.com/",
|
||||||
"version": "1.6.2",
|
"version": "1.3.2421",
|
||||||
"license": "https://www.jetbrains.com/store/license.html",
|
"license": "https://www.jetbrains.com/store/license.html",
|
||||||
"url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.3.2421.exe",
|
"url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.3.2421.exe",
|
||||||
"hash": "e5b84aa2f36475f4ae3ccd7ef9428e4ecd7160ffd07728623909c6c35542e060",
|
"hash": "e5b84aa2f36475f4ae3ccd7ef9428e4ecd7160ffd07728623909c6c35542e060",
|
||||||
"installer": {
|
"installer": {
|
||||||
"args": [
|
"args": [
|
||||||
"/S", "/D=$dir"
|
"/S",
|
||||||
|
"/D=$dir"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uninstaller": {
|
"uninstaller": {
|
||||||
"file": "Uninstall.exe",
|
"file": "Uninstall.exe",
|
||||||
"args": ["/S"]
|
"args": [
|
||||||
|
"/S"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"jetbrains-toolbox.exe"
|
"jetbrains-toolbox.exe"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user