mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
Make auto update on Windows silent.
Bump version.
This commit is contained in:
parent
0be331d40d
commit
19dc637dee
@ -59,7 +59,7 @@ ipcMain.handle(UPDATE_START_DOWNLOAD, () => {
|
||||
})
|
||||
|
||||
ipcMain.handle(UPDATE_INSTALL_AND_RESTART, () => {
|
||||
setImmediate(() => autoUpdater.quitAndInstall())
|
||||
setImmediate(() => autoUpdater.quitAndInstall(true, true))
|
||||
})
|
||||
|
||||
export function checkForUpdates(win) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Heynote",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"main": "dist-electron/main/index.js",
|
||||
"description": "A dedicated scratch pad",
|
||||
"author": "Jonatan Heyman (https://heyman.info)",
|
||||
|
Loading…
Reference in New Issue
Block a user