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

Create mac build on Linux, sign-only on macOS #1146

Closed
jakubzitny opened this issue Jan 19, 2017 · 7 comments
Closed

Create mac build on Linux, sign-only on macOS #1146

jakubzitny opened this issue Jan 19, 2017 · 7 comments

Comments

@jakubzitny
Copy link

  • Version: latest
  • Target: mac, linux, win

It would be cool if electron-builder supported Mac builds on Linux. Now, I know that you cannon properly build and sign a Mac build on anything different than a Mac. However, it should be possible to create a build on Linux and sign it later (e.g. via ssh) on a Mac.

What do you think? Would you be open to such a feature?

@develar
Copy link
Member

develar commented Jan 19, 2017

You can create dmg only on macOS.

@jakubzitny
Copy link
Author

How about the .app only?

@develar
Copy link
Member

develar commented Jan 19, 2017

No one forbid you to build tar.gz, tar.xz, dir and other common targets for mac ;) --mac dir or --mac zip. Or set target option (mac.target).

@develar
Copy link
Member

develar commented Jan 19, 2017

@develar
Copy link
Member

develar commented Jan 19, 2017

Do you mean that you want ability "point to prepacked .app dir to just sign it"?

@jakubzitny
Copy link
Author

Sorry I didn't realize the "dir" option can work on linux, just tried it and it works.

So yeah, now the "sign a prepacked .app dir" option would be quite useful.

@jakubzitny
Copy link
Author

Closing with respect to #1159.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants