trying to get more difficult packages to work

This commit is contained in:
Luke Sampson 2013-06-17 20:38:34 +10:00
parent d03af643d8
commit c76e0ae519
2 changed files with 10 additions and 0 deletions

4
7zip.json Normal file
View File

@ -0,0 +1,4 @@
{
"url": "http://downloads.sourceforge.net/sevenzip/7za920.zip",
"bin": "7za.exe"
}

6
git.json Normal file
View File

@ -0,0 +1,6 @@
{
"url": "https://msysgit.googlecode.com/files/Git-1.8.3-preview20130601.exe",
"installer": { "args": ["/verysilent", "/dir=\"$appdir\""] },
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
"uninstall": "unins000.exe"
}