Add FreeBSD path to install.js

This commit is contained in:
Teran McKinney 2015-12-12 22:14:09 +00:00
Родитель c5394ecdc4
Коммит 23c928afc9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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'
}