Update auto updater config (#514)
* update autoupdater config * update deps * update window size
This commit is contained in:
@@ -32,9 +32,6 @@ contextBridge.exposeInMainWorld("__ENJOY_APP__", {
|
||||
createIssue: (title: string, body: string) => {
|
||||
return ipcRenderer.invoke("app-create-issue", title, body);
|
||||
},
|
||||
update: () => {
|
||||
return ipcRenderer.invoke("app-update");
|
||||
},
|
||||
version,
|
||||
},
|
||||
window: {
|
||||
|
||||
Reference in New Issue
Block a user