lionsharecapital / lionshare-desktop

🦁 Simple cryptocurrency price and portfolio monitor for macOS
https://lionshare.capital
MIT License
568 stars 76 forks source link

Add linux desktop support #31 #97

Open anchepiece opened 6 years ago

anchepiece commented 6 years ago

Here is my attempt to bring linux desktop support for lionshare as a first class application. I can also submit a release for others to try.

Changes:

To build: yarn run pack

If successful, run the executable at: ./dist/linux-unpacked/lionshare

Program storage is saved in ~/.config/Lionshare/

anchepiece commented 6 years ago

The supported tools for icon processing in electron-builder expect the file name to be icon.icns. See https://github.com/electron-userland/electron-builder/issues/1855 to track the upstream fix.

jenbennings commented 6 years ago

Thanks for this! I'll review it over the coming weekend.