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

Feature/build executable script #381

Merged
merged 6 commits into from
Jan 3, 2025
Merged

Conversation

aswallace
Copy link
Contributor

@aswallace aswallace commented Jan 3, 2025

Upgrade node and electron so that we can build executable files locally.
The new script is run via npm run build-executable.

This was initially created so that we could test locally built versions of the desktop app, but is also currently necessary for Mac desktop deployment since the build created by GitHub actions only works for arm64 chips. This means that in order to do a full deployment, we need to manually build a separate .dmg file for x86 on a machine that uses an intel chip and then upload the generated file to the release.
For full details on the bug, see #173

@aswallace aswallace marked this pull request as ready for review January 3, 2025 20:31
@aswallace aswallace merged commit f092db1 into main Jan 3, 2025
7 checks passed
@aswallace aswallace deleted the feature/build-executable-script branch January 3, 2025 21:34
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

Successfully merging this pull request may close these issues.

3 participants