fix 7zip msi code (64/32bit codes are different)

This commit is contained in:
Luke Sampson 2013-09-03 15:07:58 +10:00
parent b1bbf6ce96
commit 96b9c7643f

View File

@ -5,16 +5,20 @@
"architecture": {
"64bit": {
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi",
"hash": "62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2"
"hash": "62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2",
"msi": {
"silent": true,
"code": "{23170F69-40C1-2702-0920-000001000000}"
}
},
"32bit": {
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi",
"hash": "fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8"
"hash": "fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8",
"msi": {
"silent": true,
"code": "{23170F69-40C1-2701-0920-000001000000}"
}
}
},
"msi": {
"silent": true,
"code": "{23170F69-40C1-2701-0920-000001000000}"
},
"bin": "7z.exe"
}