mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
add the some icon to app
This commit is contained in:
parent
bb3ebc52ec
commit
93cbfced34
BIN
assets/ccIDEIcon.ico
Normal file
BIN
assets/ccIDEIcon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user