


you can make amend by reading this post or just skip such topic entirely, since it's not what we'll be talking about in this post.Īnyway, I don't own a macOS, therefore I use a Virtual Machine with macOS Mojave (aka 10.14) to deal with such kind of tasks: I just launch the VM, clone (or update) my Electron project with GitHub and use NPM or YARN to build (or update) the node_modules folder: once done, I can build it with electron-builder or some similar tools. If you know Electron, you most likely know that its native multi-platform capabilities are great: you just have to run the builder from the same OS you want to build your executable installer for in case you don't, well. Today I had to build one of my Electron-based apps for macOS, so that it could be installed and executed on macOS.
