electron-menubar icon indicating copy to clipboard operation
electron-menubar copied to clipboard

Very cool! Do you have a way to actually "package" it in the works?

Open jfrux opened this issue 7 years ago • 2 comments

jfrux avatar Mar 07 '19 04:03 jfrux

I was thinking about the same, that would be cool.

rousan avatar Mar 07 '19 08:03 rousan

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.

haydenbleasel avatar Jul 02 '20 06:07 haydenbleasel