Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Akatroj created a comment on a pull request on electron-userland/electron-builder
I tested this change on a ubuntu device with DebUpdater (using pkexec) and with a custom updater I'm using for an internal app (basically a wrapper for DebUpdater, but instead of calling `dpkg` dir...
Akatroj pushed 1 commit to improve-baseupdater-error-logging Akatroj/electron-builder
- also throw on non-0 status codes 6f72067
Akatroj created a comment on an issue on electron-userland/electron-builder
I created a PR anyways, but I'm not sure if it makes sense
Akatroj pushed 1 commit to improve-baseupdater-error-logging Akatroj/electron-builder
- add changeset 15d67ac
Akatroj opened a pull request on electron-userland/electron-builder
Dispatch error if spawnSync fails
https://github.com/electron-userland/electron-builder/issues/8816Akatroj pushed 1 commit to improve-baseupdater-error-logging Akatroj/electron-builder
- Dispatch error if spawnSync fails 13081c6
Akatroj created a comment on an issue on electron-userland/electron-builder
There are a couple nuances, which I'm not sure about: - should we only log the error and continue the update despite it? (this left me with a bootloop when the call errors - the app tries to update...
Akatroj created a branch on Akatroj/electron-builder
improve-baseupdater-error-logging - A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box