trying stuff to make it work in development but no good
This commit is contained in:
@@ -29,7 +29,7 @@ const createWindow = (): void => {
|
|||||||
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
|
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
|
||||||
sandbox: true,
|
sandbox: true,
|
||||||
},
|
},
|
||||||
icon: "./src/assets/1024x1024",
|
icon: path.join(__dirname, "src/assets/1024x1024.icns"),
|
||||||
});
|
});
|
||||||
|
|
||||||
// and load the index.html of the app.
|
// and load the index.html of the app.
|
||||||
|
|||||||
Reference in New Issue
Block a user