andrepolischuk / keep

Desktop app for Google Keep packaged with Electron
The Unlicense
411 stars 70 forks source link

Fix icon asset path for Linux builds. #18

Closed JohnPucciarelli closed 7 years ago

JohnPucciarelli commented 7 years ago

It seems like the electron-packager ignores the --icon=assets/icon.png flag for Linux builds. I removed this flag.

Also, I think that the icon path specified for the window is incorrect.

I was able to get the dock icon to appear in Linux builds by modifying the icon path parameter and un-ignoring the assets directory.

andrepolischuk commented 7 years ago

Thanks

andrepolischuk commented 7 years ago

Publised as v0.1.5