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?