This commit is contained in:
gaoshuaixing
2023-07-03 16:46:43 +08:00
parent 20bb0401d4
commit 42a366add4
3 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 786 B