mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
fix for MSI uninstall that needs admin permissions, added 7zip
This commit is contained in:
parent
a8233e1a93
commit
ec47e8d601
15
7zip.json
15
7zip.json
@ -2,6 +2,17 @@
|
|||||||
"homepage": "http://www.7-zip.org/",
|
"homepage": "http://www.7-zip.org/",
|
||||||
"license": "http://www.7-zip.org/license.txt",
|
"license": "http://www.7-zip.org/license.txt",
|
||||||
"version": "9.20",
|
"version": "9.20",
|
||||||
"url": "http://downloads.sourceforge.net/sevenzip/7za920.zip",
|
"architecture": {
|
||||||
"bin": "7za.exe"
|
"64bit": {
|
||||||
|
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi",
|
||||||
|
"hash": { "sha256": "62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2" },
|
||||||
|
"msi": { "code": "{23170F69-40C1-2702-0920-000001000000}" }
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi",
|
||||||
|
"hash": { "sha256": "fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8" },
|
||||||
|
"msi": { "code": "{23170F69-40C1-2701-0920-000001000000}" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "7z.exe"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user