diff --git a/public/electron.js b/public/electron.js index 6bdfdf9..f2f72cf 100644 --- a/public/electron.js +++ b/public/electron.js @@ -46,7 +46,8 @@ ipcMain.on('launch-events', (_, event, message) => { details: [], install: [], uninstall: [] - } + }, + files: [] } return default: @@ -216,7 +217,8 @@ function handleBeatdrop(argv, sendImmediately){ details: [], install: [], uninstall: [] - } + }, + files: [] } } }