애플리케이션 아이콘 등록
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 2.7 MiB |
@@ -12,6 +12,7 @@ function createWindow() {
|
|||||||
minHeight: 600,
|
minHeight: 600,
|
||||||
titleBarStyle: 'hiddenInset',
|
titleBarStyle: 'hiddenInset',
|
||||||
backgroundColor: '#0f0f17',
|
backgroundColor: '#0f0f17',
|
||||||
|
icon: path.join(__dirname, '../../assets/icon.icns'),
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: path.join(__dirname, '../preload/index.js'),
|
preload: path.join(__dirname, '../preload/index.js'),
|
||||||
contextIsolation: true,
|
contextIsolation: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user