mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-15 12:12:08 +08:00
logo
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = (appInfo) => {
|
||||
},
|
||||
frame: true,
|
||||
show: false,
|
||||
icon: path.join(appInfo.home, 'public', 'images', 'logo_32.png'),
|
||||
icon: path.join(appInfo.home, 'public', 'images', 'logo-32.png'),
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -164,7 +164,7 @@ module.exports = (appInfo) => {
|
||||
tray: {
|
||||
enable: true,
|
||||
title: 'EE程序',
|
||||
icon: '/public/images/tray_logo.png'
|
||||
icon: '/public/images/tray.png'
|
||||
},
|
||||
security: {
|
||||
enable: true,
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 786 B After Width: | Height: | Size: 786 B |
Reference in New Issue
Block a user