trying stuff to make it work in development but no good

This commit is contained in:
talksik
2022-03-28 15:29:17 -04:00
parent ea630a7fe9
commit 5113c9a697
+1 -1
View File
@@ -29,7 +29,7 @@ const createWindow = (): void => {
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
sandbox: true,
},
icon: "./src/assets/1024x1024",
icon: path.join(__dirname, "src/assets/1024x1024.icns"),
});
// and load the index.html of the app.