Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 BUG] - can't build on windows #95

Open
stevenhurwitt opened this issue Aug 26, 2020 · 1 comment
Open

[🐛 BUG] - can't build on windows #95

stevenhurwitt opened this issue Aug 26, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@stevenhurwitt
Copy link

Describe the bug
the repo will not build out of the box on windows

To Reproduce

  1. be on windows
  2. git clone, yarn install, ctrl+shift+b
  3. get this error
• writing effective config  file=dist\builder-effective-config.yaml
  ⨯ Build for macOS is supported only on macOS, please see https://electron.build/multi-platform-build
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gdesktopsuite@0.3.2 build: `electron-builder -mwl -p never`
npm ERR! Exit status 1

Expected behavior
compiled & built desktop app

G Desktop Suite:

  • latest

Platform:

  • OS: Windows
  • Version: most recent insiders build (20H2?)
@stevenhurwitt stevenhurwitt added the bug Something isn't working label Aug 26, 2020
@stevenhurwitt
Copy link
Author

turns out i can't build it on macosx either, with a different error:

⨯ /Volumes/samsung/G-Desktop-Suite/node_modules/app-builder-bin/mac/app-builder exited with code 

ERR_ELECTRON_BUILDER_CANNOT_EXECUTE  stackTrace=
Error: /Volumes/samsung/G-Desktop-Suite/node_modules/app-builder-bin/mac/app-builder exited with code 

ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
at ChildProcess.<anonymous> (/Volumes/samsung/G-Desktop-Suite/node_modules/builder-util/src/util.ts:243:14)
at Object.onceWrapper (events.js:422:26)
at ChildProcess.emit (events.js:315:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gdesktopsuite@0.3.2 build: `electron-builder -mwl -p never`
npm ERR! Exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant