Merge pull request #81 from teran-mckinney/master
Add FreeBSD path to install.js
This commit is contained in:
commit
037c347d0e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ function onerror (err) {
|
||||||
|
|
||||||
var paths = {
|
var paths = {
|
||||||
darwin: 'dist/Electron.app/Contents/MacOS/Electron',
|
darwin: 'dist/Electron.app/Contents/MacOS/Electron',
|
||||||
|
freebsd: 'dist/electron',
|
||||||
linux: 'dist/electron',
|
linux: 'dist/electron',
|
||||||
win32: 'dist/electron.exe'
|
win32: 'dist/electron.exe'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue