lionsharecapital / lionshare-desktop

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

Windows app? #63

Open ghost opened 7 years ago

ghost commented 7 years ago

When will you offer a Windows version of the app?

ghost commented 6 years ago

Yes please!

anchepiece commented 6 years ago

I haven't seen any recent activity on the project. I have created a linux version and could look at the requirements and issues running on Win32.

ghost commented 6 years ago

Ok! I would love a windows version. @anchepiece would Lionshare be ok with you making one?

jojobyte commented 6 years ago

Added a PR for Windows Support #99.

Should let you npm run dev or yarn run dev, however yarn seems to have trouble installing Electron.

Error: Generated checksum for "electron-v1.4.15-win32-x64.zip" did not match expected checksum.

That being the case, use npm install, npm run dev and npm run dist. They appear to work.