From e8544cf3150df75d69c255097fb6abf77de06320 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 15 Dec 2016 16:31:49 +0000 Subject: [PATCH] doc: Move the asar requirement from "Windows" to "Common" (#977) Asar is needed by all the `electron-installer-*` targets --- docs/RUNNING-LOCALLY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RUNNING-LOCALLY.md b/docs/RUNNING-LOCALLY.md index e778a452..c835dd33 100644 --- a/docs/RUNNING-LOCALLY.md +++ b/docs/RUNNING-LOCALLY.md @@ -15,11 +15,11 @@ Prerequisites - [Python](https://www.python.org) - [SCSS Lint](https://github.com/brigade/scss-lint/) - [jq](https://stedolan.github.io/jq/) +- [Asar](https://github.com/electron/asar) ### Windows - [Rimraf](https://github.com/isaacs/rimraf) -- [Asar](https://github.com/electron/asar) - [NSIS v2.51](http://nsis.sourceforge.net/Main_Page) (v3.x won't work) - [Visual Studio Community 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48146) (free) (other editions, like Professional and Enterprise, should work too) - [7z](http://www.7-zip.org) (command line version)