This repository was archived by the owner on Jun 23, 2021. It is now read-only.
Description Description
After following the Usage section of the README file, I tried running electron-builder --linux --windows, but ended up with error:
Downloading electron-global binaries
Downloading electron-global binaries
[
[Error: ENOENT: no such file or directory, lstat '/home/akepinski/dev/elcalc/node_modules/electron-global/download/linux/electron'] {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/home/akepinski/dev/elcalc/node_modules/electron-global/download/linux/electron'
}
]
Done!
• electron-builder version=21.2.0 os=4.15.0-54-generic
• loaded configuration file=/home/akepinski/dev/elcalc/electron-builder.json
• writing effective config file=dist/builder-effective-config.yaml
• packaging platform=linux arch=x64 electron=6.0.4 appOutDir=dist/linux-unpacked
• copying Electron source=/home/akepinski/dev/elcalc/electron-global destination=/home/akepinski/dev/elcalc/dist/linux-unpacked
⨯ ENOENT: no such file or directory, rename '/home/akepinski/dev/elcalc/dist/linux-unpacked/electron' -> '/home/akepinski/dev/elcalc/dist/linux-unpacked/elcalc' stackTrace=Error: ENOENT: no such file or directory, rename '/home/akepinski/dev/elcalc/dist/linux-unpacked/electron' -> '/home/akepinski/dev/elcalc/dist/linux-unpacked/elcalc'
After checking the ./electron-global directory, it only contains the electron_version file, which is empty 😢
Electron Builder configuration
{
"appId" : " me.kepinski.elcalc" ,
"files" : [
" app/**/*" ,
" package.json"
],
"directories" : {
"buildResources" : " resources"
},
"electronDist" : " ./electron-global" ,
"mac" : {
"category" : " public.app-category.utilities"
},
"dmg" : {
"iconSize" : 150
},
"linux" : {
"target" : [
" AppImage" ,
" deb" ,
" rpm"
],
"synopsis" : " Cross-Platform Calculator" ,
"description" : " Cross-Platform calculator built with Electron." ,
"category" : " Utility;Calculator"
},
"publish" : null
}
Additional details
OS: Linux Mint 19.1 Xfce
Node.js version: 12.8.0
npm version: 6.10.2
electron-builder version: 21.2.0
electron-global version: 0.0.1
Reactions are currently unavailable
Description
After following the
Usagesection of the README file, I tried runningelectron-builder --linux --windows, but ended up with error:After checking the
./electron-globaldirectory, it only contains theelectron_versionfile, which is empty 😢Electron Builder configuration
{ "appId": "me.kepinski.elcalc", "files": [ "app/**/*", "package.json" ], "directories": { "buildResources": "resources" }, "electronDist": "./electron-global", "mac": { "category": "public.app-category.utilities" }, "dmg": { "iconSize": 150 }, "linux": { "target": [ "AppImage", "deb", "rpm" ], "synopsis": "Cross-Platform Calculator", "description": "Cross-Platform calculator built with Electron.", "category": "Utility;Calculator" }, "publish": null }Additional details
Linux Mint 19.1 Xfce12.8.06.10.221.2.00.0.1