Don't mkdir restore dir in updater
This commit is contained in:
parent
effe5aae6f
commit
df7cdfacc7
5 changed files with 96 additions and 21 deletions
|
@ -3,6 +3,6 @@
|
|||
|
||||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export function startUpdate(): void {
|
||||
ipcRenderer.invoke('start-update');
|
||||
export function startUpdate(): Promise<void> {
|
||||
return ipcRenderer.invoke('start-update');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue