Remove built files

This commit is contained in:
Jonatan Heyman 2023-01-13 01:39:59 +01:00
parent 2c19a749c8
commit a8bbc8a9a0
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ async function createWindow() {
});
if (process.env.VITE_DEV_SERVER_URL) {
win.loadURL(url);
win.webContents.openDevTools();
} else {
win.loadFile(indexHtml);
}

File diff suppressed because one or more lines are too long