diff --git a/assets/ccIDEIcon.ico b/assets/ccIDEIcon.ico new file mode 100644 index 0000000..392965d Binary files /dev/null and b/assets/ccIDEIcon.ico differ diff --git a/src/index.js b/src/index.js index 10cfe47..0cdf264 100644 --- a/src/index.js +++ b/src/index.js @@ -18,6 +18,7 @@ app.whenReady().then(() => { const win = new BrowserWindow({ width: 1280, height: 720, + icon: path.join(__dirname, '..', 'assets', 'ccIDEIcon.ico'), webPreferences: { devTools: true, nodeIntegration: true,