mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
check for installer adding install dir to user or system path, and clean up if possible. use this for Mercurial
This commit is contained in:
parent
ec47e8d601
commit
986eaab880
18
mercurial.json
Normal file
18
mercurial.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"homepage": "mercurial.selenic.com",
|
||||
"version": "2.6.2",
|
||||
"license": "GPL2",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.6.2-x64.exe",
|
||||
"hash": { "sha256": "d61b7ce3193507aee3214bbd890bdd9cda9d6bc45f134d2563a038f81e2a2331" }
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.6.2.exe",
|
||||
"hash": { "sha256": "4ea3d91831521e720517c48fd80bcbbeb54a514186118cb2f6b9e023893443b6"}
|
||||
}
|
||||
},
|
||||
"installer": { "args": [ "/verysilent", "/dir=\"$dir\"", "/noicons" ] },
|
||||
"uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] },
|
||||
"bin": [ "hg.exe" ]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user