Update auto updater config (#514)
* update autoupdater config * update deps * update window size
This commit is contained in:
1
enjoy/src/types/enjoy-app.d.ts
vendored
1
enjoy/src/types/enjoy-app.d.ts
vendored
@@ -9,7 +9,6 @@ type EnjoyAppType = {
|
||||
quit: () => Promise<void>;
|
||||
openDevTools: () => Promise<void>;
|
||||
createIssue: (title: string, body: string) => Promise<void>;
|
||||
update: () => Promise<void>;
|
||||
version: string;
|
||||
};
|
||||
window: {
|
||||
|
||||
Reference in New Issue
Block a user