summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2020-05-09Update to 3.4.0David Birks
2020-04-21Change packaging to fix permissions issueDavid Birks
Use mv and mkdir instead of install. Try linking to ../../opt to fix permission problem.
2020-04-20Update to 3.3.1David Birks
2020-04-17Update to 3.3.0David Birks
2020-04-09Update to 3.2.0David Birks
2020-03-31Update to 3.1.0David Birks
2020-03-28Update to 3.1.0-rc.1David Birks
2020-03-27Update to 3.1.0-beta.2David Birks
2020-03-27Change to not using system electron due to build issuesDavid Birks
Also made lots of tweaks and fixes for the icon, descriptions, etc.
2020-03-26Initial commit of 3.1.0-beta.1David Birks
Version 3.1.0-beta.1 looks to be the first released version that's open source. Installing from source. Initally tried using the system electron6. Ran into issues with it, with a slight mismatch between node 12 and electron 6. Error message: ``` App threw an error during load Error: The module '/tmp/.org.chromium.Chromium.BfwVJN' was compiled against a different Node.js version using NODE_MODULE_VERSION 73. This version of Node.js requires NODE_MODULE_VERSION 76. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`). ```