You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,10 @@ If the file extension is omitted, it is auto-completed to the correct extension
204
204
205
205
Whether SSL certificates are required to be valid when downloading Electron. **Defaults to `true`**.
206
206
207
+
`tmpdir` - *String*
208
+
209
+
The base directory to use as a temp directory. Defaults to the system temp directory.
210
+
207
211
`version` - *String*
208
212
209
213
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.
0 commit comments