mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Add --no-updater
This commit is contained in:
@@ -23,6 +23,7 @@ const validChannels = ['launch-command'];
|
||||
|
||||
contextBridge.exposeInMainWorld('electron', {
|
||||
getArch: () => ipcRenderer.invoke('app:getArch'),
|
||||
getNoUpdater: () => ipcRenderer.invoke('app:getNoUpdater'),
|
||||
setTrayIconNotification: (notify) =>
|
||||
ipcRenderer.invoke('app:setTrayIconNotification', notify),
|
||||
openFileDialog: () => ipcRenderer.invoke('dialog:openFile'),
|
||||
|
||||
Reference in New Issue
Block a user