mirror of
https://github.com/electron/electron.git
synced 2026-02-16 18:16:39 -05:00
Merge pull request #81 from teran-mckinney/master
Add FreeBSD path to install.js
This commit is contained in:
@@ -24,6 +24,7 @@ function onerror (err) {
|
||||
|
||||
var paths = {
|
||||
darwin: 'dist/Electron.app/Contents/MacOS/Electron',
|
||||
freebsd: 'dist/electron',
|
||||
linux: 'dist/electron',
|
||||
win32: 'dist/electron.exe'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user