Skip to content

Commit

Permalink
feat: update app icon config update
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 20, 2024
1 parent c331f6f commit bf69834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const BrowserWindowOptions: BrowserWindowConstructorOptions = {
devTools: isDev,
webSecurity: false,
},
icon: 'src/assets/img/dockit.png',
icon: path.resolve(__dirname, '../assets/img/dockit.png'),
};

const bypassCors = (mainWindow: BrowserWindow) => {
Expand Down

0 comments on commit bf69834

Please sign in to comment.