I want to build a Windows application from the Grist-desktop source code. What should I do?
Hi @EthanLee.
Packaging is currently handled by GitHub Actions. Here’s a link to the relevant workflow file: grist-desktop/.github/workflows/package.yml at main · gristlabs/grist-desktop · GitHub.
You can fork grist-desktop
and run the same workflow from your fork - that would be the easiest route, particularly if you’re attempting to package Grist Desktop on a Windows machine.
You could also run the same steps from that workflow locally (excluding any that don’t apply, like uploading artifacts to GitHub).
George