How to pack the desktop app into a .dmg or .exe file?

Hi, I'm new to node development and I want to add more features to joplin. Currently I've successfully running npm install and npm start.

Now I want to find a simple way to build the desktop version into an executable file, but I couldn't find any instructions in the doc and readme files.

So, how can I build the desktop version into an executable .dmg or .exe file?

You would need to run the same commands as CI: joplin/appveyor.yml at dev · laurent22/joplin · GitHub