mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
try to get arch specific prop, then fallback to generic, so that MSI etc can be re-used between architectures if possible. Fix 'missing manifest' message when manifest is invalid
This commit is contained in:
parent
c5ddcadb77
commit
2d454ec6a1
12
7zip.json
12
7zip.json
@ -5,20 +5,16 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi",
|
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi",
|
||||||
"hash": "sha256:62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2",
|
"hash": "sha256:62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2"
|
||||||
"msi": {
|
|
||||||
"silent": true,
|
|
||||||
"code": "{23170F69-40C1-2702-0920-000001000000}"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi",
|
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi",
|
||||||
"hash": "sha256:fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8",
|
"hash": "sha256:fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"msi": {
|
"msi": {
|
||||||
"silent": true,
|
"silent": true,
|
||||||
"code": "{23170F69-40C1-2701-0920-000001000000}"
|
"code": "{23170F69-40C1-2701-0920-000001000000}"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"bin": "7z.exe"
|
"bin": "7z.exe"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user