Incorrect UI displaying
prostomarkeloff opened this issue · 4 comments
prostomarkeloff commented
cradcore commented
Any luck on getting this solved? I am seeing the same thing with the soundnode-git package on Arch
acxz commented
I am also seeing this issue.
1m-N00b commented
Me too . I have the same bug.
aemxn commented
On Windows 10 too. Built via npm.
EDIT: Nevermind, fixed it. I need to compile the sass stylesheets into css first before packaging the app into an .exe
So, npm run sass:prod
then npm run package:win32
(I'm building on Windows).
This whole thing can be done using the command npm run release
, but it will generate the executable for other OS as well, which I don't want. Use it to suit your need.