mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
Add per-architecture extract_dir directive
The zip file has a different directory name depending on the architecture, so different extracted directories are needed per architecture
This commit is contained in:
parent
f990b2e6f2
commit
c354c58510
@ -5,14 +5,15 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-winx64.zip",
|
||||
"hash": "md5:9805750100ab3e2411f4887eb5f4cb77"
|
||||
"hash": "md5:9805750100ab3e2411f4887eb5f4cb77",
|
||||
"extract_dir": "mysql-5.7.11-winx64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-win32.zip",
|
||||
"hash": "md5:710b588c8df3134c87818f765118329a"
|
||||
"hash": "md5:710b588c8df3134c87818f765118329a",
|
||||
"extract_dir": "mysql-5.7.11-win32"
|
||||
}
|
||||
},
|
||||
"extract_dir": "mysql-5.7.11-winx64",
|
||||
"bin": [
|
||||
"bin\\mysqld.exe",
|
||||
"bin\\mysql.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user