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" }