mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
rethinkdb: add extract_dir
This commit is contained in:
parent
3816db278b
commit
afcf96e3eb
@ -9,11 +9,13 @@
|
||||
}
|
||||
},
|
||||
"bin": "rethinkdb.exe",
|
||||
"extract_dir": "rethinkdb-2.3.6",
|
||||
"checkver": {
|
||||
"url": "https://rethinkdb.com/docs/install/windows/",
|
||||
"re": "<a href=\"https://download\\.rethinkdb\\.com/windows/rethinkdb-([\\d.]+)\\.zip\">"
|
||||
},
|
||||
"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