Skip to content

Commit

Permalink
add tmpdir option to allow specifying a custom temp directory for t…
Browse files Browse the repository at this point in the history
…he build
  • Loading branch information
eugirdor authored and sethlu committed Feb 15, 2016
1 parent 281f1cc commit e2cbbcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -234,6 +234,10 @@ If the file extension is omitted, it is auto-completed to the correct extension

Whether SSL certificates are required to be valid when downloading Electron. **Defaults to `true`**.

`tmpdir` - *String*

The base directory to use as a temp directory. Defaults to the system temp directory.

`version` - *String*

The Electron version with which the app is built (without the leading 'v') - for example, [`0.33.9`](https://github.com/atom/electron/releases/tag/v0.33.9). See [Electron releases](https://github.com/atom/electron/releases) for valid versions. If omitted, it will use the version of the nearest local installation of electron-prebuilt.
Expand Down

0 comments on commit e2cbbcb

Please sign in to comment.