From c354c58510d7a57ce69628f30ed5793ac5d92972 Mon Sep 17 00:00:00 2001 From: MPLew-is Date: Wed, 23 Mar 2016 05:10:02 -0400 Subject: [PATCH] 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 --- mysql.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mysql.json b/mysql.json index 9e6c79afd4..38d4188440 100644 --- a/mysql.json +++ b/mysql.json @@ -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",