MyHush / hush-ng

Hush Next-generation
GNU General Public License v3.0
7 stars 16 forks source link

Windows build missing icons #64

Open akirax82 opened 5 years ago

akirax82 commented 5 years ago

Windows npm build missing wallets and address book and contacts icons. These icon files are svg files. Not png files like others that are not missing.

akirax82 commented 5 years ago

= 2019-01-02 22_38_59-window

Issue occurs when running npm run build on Windows machine as well as on linux

akirax82 commented 5 years ago

2019-01-02 22_40_11-window

Believe to be related to mainconfig missing settings to convert path for static directory

akirax82 commented 5 years ago

https://nodejs.org/api/path.html

documentation regarding path posix vs windows.