애플리케이션 아이콘 등록

This commit is contained in:
2026-05-15 22:46:33 +09:00
parent a1df424485
commit 62bca7cd60
3 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

+1
View File
@@ -12,6 +12,7 @@ function createWindow() {
minHeight: 600,
titleBarStyle: 'hiddenInset',
backgroundColor: '#0f0f17',
icon: path.join(__dirname, '../../assets/icon.icns'),
webPreferences: {
preload: path.join(__dirname, '../preload/index.js'),
contextIsolation: true,