rethinkdb: add extract_dir

This commit is contained in:
Richard Kuhnt 2017-07-20 22:48:47 +02:00
parent 3816db278b
commit afcf96e3eb

View File

@ -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"
}
}