MingWR / iceelz

GUI for Leela Zero
GNU General Public License v3.0
10 stars 1 forks source link

Linux / OSX build #3

Open tychota opened 6 years ago

tychota commented 6 years ago

It would be nice to have the app running on linux / OSX !

If you add some documentation on how to build like:

I can contribute.

MingWR commented 6 years ago

@tychota I haven't release a linux/osx version because I don't own a mac, and the linux I'm using is a subsystem which don't have desktop interface. In one word, I cannot test it myself. I'd be very happy if you can help! You need to take care of the spawn directory part. I guess you can just keep almost all the other part unchanged.
The electron version I'm using is 1.8.2, the only dependency is electron-localshortcut as shown in the package.json.

tychota commented 6 years ago

What is your build command to create the exe ? Does it use electron-builder or so ?

I have quite a bunch of js experience but not that much in electron.

tychota commented 6 years ago

For instance do you use https://www.npmjs.com/package/electron-forge or so ?