electron-menubar
electron-menubar copied to clipboard
Very cool! Do you have a way to actually "package" it in the works?
I was thinking about the same, that would be cool.
You can use npm run build && electron-builder. Just make sure you update the webpack prod config's style-loader. It doesn't work by default. I ended up replacing MiniCssExtractPlugin with dev's standard style-loader config.