Soundnode/soundnode-app

Incorrect UI displaying

prostomarkeloff opened this issue · 4 comments

I have installed soundnode from AUR with package soundnode-git.

I'm using latest Manjaro 19.

And.. I have no UI at all.
image

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.

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.