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:
Luke Sampson 2013-06-28 11:15:25 +10:00
parent ec47e8d601
commit 986eaab880

18
mercurial.json Normal file
View 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" ]
}