Blog
-
Finding and Auto-fixing Lint Errors with GitHub Actions
Using GitHub Actions to enforce clean code in JavaScript, Python, Ruby, Go and Swift projects
-
Notarizing Your Electron App
A guide on notarizing Electron apps for macOS with
electron-builder
-
Automating the Release of Electron Apps
Using GitHub Actions to automatically build and release your Electron app for macOS, Windows and Linux
-
Removing Dead Keys on macOS
A tutorial on re-mapping dead keys on macOS keyboard layouts
-
Publishing an Electron App on the Mac App Store
Having your Electron app on the Mac App Store makes it simpler for users to discover and download your app. This guide explains how to get your app listed
-
Packaging and Publishing an Electron App
Electron simplifies the development of cross-platform desktop apps. Unfortunately, packaging and releasing an Electron app for the different platforms is not a straightforward task. This post aims to guide you through the process