erisu edited a comment on issue #206: URL: https://github.com/apache/cordova-electron/issues/206#issuecomment-921403844
`mas-dev` is a macOS target, not Linux. That was a mistake in the documentation. I submited PRs to correct the docs: * https://github.com/apache/cordova-electron/pull/207 * https://github.com/apache/cordova-docs/pull/1206 For the other error target errors: * `AppImage` * `snap` * `pacman` * `p5p` Those errors are coming from the`electron-builder`. It is recommended to search for exisiting or open a new ticket here: https://github.com/electron-userland/electron-builder Fromy my quick search: * The `AppImage` & `snap` error might be related to the node version your using. * https://github.com/electron-userland/electron-builder/issues/5874 * The `pacman` & `p5p` error might be related to your environment missing `bsdtar`. * https://github.com/electron-userland/electron-builder/issues/4181#issuecomment-674413927 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
