From 5113c9a69721f6778b75186f0a2a62bb1af6421c Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 28 Mar 2022 15:29:17 -0400 Subject: [PATCH] trying stuff to make it work in development but no good --- packages/desktop/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop/src/index.ts b/packages/desktop/src/index.ts index 44a70e7..53eacf1 100644 --- a/packages/desktop/src/index.ts +++ b/packages/desktop/src/index.ts @@ -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.