Download and install updates without the help of electron-updater

This commit is contained in:
Scott Nonnenberg 2019-03-28 10:09:26 -07:00
parent 82dc723432
commit c8ea2e9463
32 changed files with 75974 additions and 518 deletions

2
app/window_state.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
export function markShouldQuit(): void;
export function shouldQuit(): void;