feat: redesign auto-update component (#910)

This commit is contained in:
Róbert Kiss
2019-02-02 02:11:54 +01:00
committed by László Monda
parent 12d361eb2e
commit 9a0b0f9df1
28 changed files with 178 additions and 105 deletions

View File

@@ -0,0 +1,4 @@
export interface AutoUpdateSettings {
checkForUpdateOnStartUp: boolean;
usePreReleaseUpdate?: boolean;
}

View File

@@ -1,3 +1,4 @@
export * from './auto-update-settings';
export * from './command-line-args';
export * from './notification';
export * from './ipc-response';