sciencefair-land / sciencefair

The futuristic, fabulous and free desktop app for working with scientific literature :microscope: :book:
https://sciencefair-app.com
MIT License
603 stars 52 forks source link

upgrade dependencies, lint fixes + ci #174

Closed bencevans closed 5 years ago

bencevans commented 5 years ago

All passing on Travis/OSX/Linux. Problem on AppVeyor/Windows I'm guessing is due to missing key-signing requirements during packaging due to the following error being thrown up:

App is not signed and "forceCodeSigning" is set to true, please ensure that code signing configuration is correct, please see https://electron.build/code-signing

Travis now has support for Windows. Might be worthwhile dropping AppVeyor in favor of keeping everything in one place... https://blog.travis-ci.com/2018-10-11-windows-early-release

blahah commented 5 years ago

Beautiful, thank you!