Use same hazel endpoint to notify update to Linux users (#2497)
Add a pseudo auto-updater for Linux Fixes #2476
This commit is contained in:
parent
59273ddb2a
commit
1fbc85760b
8 changed files with 114 additions and 33 deletions
|
|
@ -34,7 +34,9 @@ const NotificationsContainer = connect(
|
|||
Object.assign(state_, {
|
||||
updateShowing: true,
|
||||
updateVersion: ui.updateVersion,
|
||||
updateNote: ui.updateNotes.split('\n')[0]
|
||||
updateNote: ui.updateNotes.split('\n')[0],
|
||||
updateReleaseUrl: ui.updateReleaseUrl,
|
||||
updateCanInstall: ui.updateCanInstall
|
||||
});
|
||||
} else if (notifications.message) {
|
||||
Object.assign(state_, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue