From 8f7491e062587e02d67586d50bc62f9f02081910 Mon Sep 17 00:00:00 2001 From: Timotius Sitorus Date: Mon, 1 Jun 2015 22:17:58 -0400 Subject: [PATCH] adding windows binaru --- README.md | 2 +- app/package.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd7119e..26087cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Electron File Explorer -A file explorer built using Electron (formerly Atom Shell), with React + Flux. [Download for OSX](https://github.com/timotius02/electron-file-explorer/releases/download/v0.1.0/electron-file-explorer_0.1.0.dmg) +A file explorer built using Electron (formerly Atom Shell), with React + Flux. [OSX](https://github.com/timotius02/electron-file-explorer/releases/download/v0.1.0/electron-file-explorer_0.1.0.dmg)[Windows](https://github.com/timotius02/electron-file-explorer/releases/download/v0.1.0/electron-file-explorer_0.1.0.exe) ![Screenshot](images/electron-file-explorer.png?raw=true) diff --git a/app/package.json b/app/package.json index 57f3f39..769b2f4 100644 --- a/app/package.json +++ b/app/package.json @@ -15,5 +15,10 @@ "fs-jetpack": "^0.6.4", "normalize.css": "^3.0.3", "react": "^0.13.3" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/timotius02/electron-file-explorer" + }, + "license": "MIT" }