DEL: Remove .vite files from VCS

This commit is contained in:
Robert Kossessa
2024-01-28 15:19:36 +01:00
parent 1a48b5884a
commit db96f8b18a
5 changed files with 1 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: 1100,
height: 912,
icon: path.join(__dirname, '../renderer/main_window/assets/favicon.png'),
icon: path.join(__dirname, `/assets/favicon.png`),
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
},