mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 06:41:47 -03:00
Fix Linux metadata files in workflow and improve error handling
This commit is contained in:
@@ -60,6 +60,9 @@ contextBridge.exposeInMainWorld('electronAPI', {
|
||||
onUpdateDownloaded: (callback) => {
|
||||
ipcRenderer.on('update-downloaded', (event, data) => callback(data));
|
||||
},
|
||||
onUpdateError: (callback) => {
|
||||
ipcRenderer.on('update-error', (event, data) => callback(data));
|
||||
},
|
||||
quitAndInstallUpdate: () => ipcRenderer.invoke('quit-and-install-update'),
|
||||
|
||||
getGpuInfo: () => ipcRenderer.invoke('get-gpu-info'),
|
||||
|
||||
Reference in New Issue
Block a user