Skip to content

Build#3

Merged
soderlind merged 2 commits intomainfrom
build
Jan 27, 2026
Merged

Build#3
soderlind merged 2 commits intomainfrom
build

Conversation

@soderlind
Copy link
Owner

This pull request introduces a GitHub Actions workflow for building and releasing the Electron app, updates the app's build configuration to support multiple platforms and architectures, and adds project metadata and funding configuration. The main focus is on automating and expanding the release process and improving project documentation.

CI/CD and Release Automation:

  • Adds a new GitHub Actions workflow (.github/workflows/build-release.yml) to automatically build and test the Electron app for macOS (x64, arm64), Windows (x64), and Linux (x64) on release or manual dispatch, and to upload build artifacts to GitHub Releases.

Build Configuration and Packaging:

  • Updates the package.json build section to support multiple output formats and architectures for macOS (DMG, ZIP for x64 and arm64), Windows (NSIS for x64), and Linux (AppImage and DEB for x64). Also configures NSIS installer options and adjusts the app ID. [1] [2]

Project Metadata and Documentation:

  • Adds author and license fields to package.json for better project documentation.
  • Adds .github/FUNDING.yml to enable and document various funding/sponsorship options for the project, including a custom PayPal link.

- Added a new GitHub Actions workflow for building the Electron app on multiple platforms (macOS, Windows, Linux) with support for architecture-specific builds.
- Implemented steps for checking out the code, setting up Node.js, installing dependencies, running tests, and building the app.
- Configured artifact upload for various build outputs including .dmg, .zip, .exe, .AppImage, .deb, and .rpm.
- Created a FUNDING.yml file to support various funding platforms, allowing users to contribute to the project.
- Updated package.json to reflect changes in app ID and build targets for different platforms.
@soderlind soderlind merged commit 9635df7 into main Jan 27, 2026
1 check passed
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.

1 participant