зеркало из https://github.com/electron/electron.git
Add FreeBSD path to install.js
This commit is contained in:
Родитель
c5394ecdc4
Коммит
23c928afc9
|
@ -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'
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче