starting on self-update/versioning support

This commit is contained in:
Luke Sampson 2013-06-19 11:38:32 +10:00
parent 1770b1a9aa
commit 88ca08e450
3 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"homepage": "http://www.7-zip.org/",
"license": "http://www.7-zip.org/license.txt",
"version": "9.20",
"url": "http://downloads.sourceforge.net/sevenzip/7za920.zip",
"bin": "7za.exe"
}

View File

@ -1,6 +1,9 @@
{
"homepage": "http://git-scm.com/",
"license": "GPL2",
"version": "1.8.3",
"url": "https://msysgit.googlecode.com/files/Git-1.8.3-preview20130601.exe",
"installer": { "args": ["/verysilent", "/dir=\"$appdir\""] },
"installer": { "args": ["/verysilent", "/dir=\"$dir\""] },
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
"uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] }
}

View File

@ -1,4 +1,7 @@
{
"homepage": "http://www.flos-freeware.ch/notepad2.html",
"license": "BSD",
"version": "4.2.25",
"urls": {
"64bit": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x64.zip",
"32bit": "http://www.flos-freeware.ch/zip/notepad2_4.2.25_x86.zip"