feat: adding artifact limit

This commit is contained in:
Chubby Granny Chaser 2024-10-21 19:19:18 +01:00
parent 2599b332fd
commit 34a33ccef3
No known key found for this signature in database
24 changed files with 290 additions and 255 deletions

View file

@ -215,6 +215,8 @@ contextBridge.exposeInMainWorld("electron", {
openExternal: (src: string) => ipcRenderer.invoke("openExternal", src),
showOpenDialog: (options: Electron.OpenDialogOptions) =>
ipcRenderer.invoke("showOpenDialog", options),
showItemInFolder: (path: string) =>
ipcRenderer.invoke("showItemInFolder", path),
platform: process.platform,
/* Auto update */