From 1770b1a9aa2f011bf34a6321f3067b5a4cac7a41 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 18 Jun 2013 16:27:12 +1000 Subject: [PATCH] arch-specific URLs, notepad2 package, updated readme --- notepad2.json | 7 +++++++ runat.json | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 notepad2.json diff --git a/notepad2.json b/notepad2.json new file mode 100644 index 0000000000..57d49e9ef8 --- /dev/null +++ b/notepad2.json @@ -0,0 +1,7 @@ +{ + "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" + }, + "bin": "Notepad2.exe" +} \ No newline at end of file diff --git a/runat.json b/runat.json index 68967cecdb..d29bb00700 100644 --- a/runat.json +++ b/runat.json @@ -1,5 +1,4 @@ { - "name": "runat", "url": "https://gist.github.com/lukesampson/5778559/raw/runat.ps1", "bin": "runat.ps1" } \ No newline at end of file