mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
rethinkdb: add extract_dir
This commit is contained in:
parent
3816db278b
commit
afcf96e3eb
@ -9,11 +9,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "rethinkdb.exe",
|
"bin": "rethinkdb.exe",
|
||||||
|
"extract_dir": "rethinkdb-2.3.6",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://rethinkdb.com/docs/install/windows/",
|
"url": "https://rethinkdb.com/docs/install/windows/",
|
||||||
"re": "<a href=\"https://download\\.rethinkdb\\.com/windows/rethinkdb-([\\d.]+)\\.zip\">"
|
"re": "<a href=\"https://download\\.rethinkdb\\.com/windows/rethinkdb-([\\d.]+)\\.zip\">"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://download.rethinkdb.com/windows/rethinkdb-$version.zip"
|
"url": "https://download.rethinkdb.com/windows/rethinkdb-$version.zip",
|
||||||
|
"extract_dir": "rethinkdb-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user