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

Cross-platform compilation and package/installer building #1

Open
rpherbig opened this issue Jan 19, 2022 · 1 comment
Open

Cross-platform compilation and package/installer building #1

rpherbig opened this issue Jan 19, 2022 · 1 comment

Comments

@rpherbig
Copy link
Collaborator

The Electron quickstart guide recommends using electron-forge

It looks like we'll need a Mac or Linux machine to build the packages/installers for non-Windows platforms. See https://stackoverflow.com/questions/66963414/electronforge-build-app-for-other-platform and https://www.turtle-techies.com/how-to-package-your-multiplatform-electron-app/ and https://www.electronforge.io/config/makers/deb

@DrSeabass
Copy link
Collaborator

Notes on how to build installers for various platforms: https://www.turtle-techies.com/how-to-package-your-multiplatform-electron-app/

We were accidentally building .deb and .rpm packages on linux from the outset. This (building two installers) is part of why the build process felt so sluggish.

Article contains info on how to do things like setup installer icons when building as well.

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