yet another way to manage your sern projects!
electron/index.ts
yarn build-electron
(tested on linux. wine
must be installed to build windows packages)
yarn build-electron-windows
(not tested but should work. use this if on windows. only builds windows packages)
yarn build-electron-mac
CI builds are a WIP. We have working Linux and Windows CircleCI workflows in place, but build artifacts are still not implemented.
The project is in a very early stage and currently I build binaries on my host computer.
I know this is annoying, but you should build yourself the app (which you can do by following the last question)