add the some icon to app

This commit is contained in:
dharm pimsen 2024-07-13 17:26:54 +07:00
parent bb3ebc52ec
commit 93cbfced34
2 changed files with 1 additions and 0 deletions

BIN
assets/ccIDEIcon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

View File

@ -18,6 +18,7 @@ app.whenReady().then(() => {
const win = new BrowserWindow({ const win = new BrowserWindow({
width: 1280, width: 1280,
height: 720, height: 720,
icon: path.join(__dirname, '..', 'assets', 'ccIDEIcon.ico'),
webPreferences: { webPreferences: {
devTools: true, devTools: true,
nodeIntegration: true, nodeIntegration: true,