Win32 build now installs to localappdata. Admin elevation now smart.

This commit is contained in:
Damien Guard
2016-04-22 12:07:19 -07:00
parent 6f75895391
commit 58e1953e43
3 changed files with 18 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ git clone https://github.com/atom/atom/
cd atom
script/build
```
This will create the Atom application in the `out\Atom` folder as well as copy it to a folder named `Atom` within `Program Files`.
This will create the Atom application in the `out\Atom` folder as well as copy it to a subfolder of your user profile (e.g. `c:\Users\Bob`) called `AppData\Local\atom\app-dev`.
### `script/build` Options
* `--install-dir` - Creates the final built application in this directory. Example (trailing slash is optional):