icon 替换

This commit is contained in:
muwoo
2023-11-18 13:49:35 +08:00
parent 7e66b3f3e9
commit 583e9934fa
20 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
export default {
version: 4,
version: 6,
perf: {
custom: {
theme: 'SPRING',

View File

@@ -9,7 +9,7 @@ function createTray(window: BrowserWindow): Promise<Tray> {
return new Promise((resolve) => {
let icon;
if (commonConst.macOS()) {
icon = './icons/icon@3x.png';
icon = './icons/iconTemplate@2x.png';
} else if (commonConst.windows()) {
icon =
parseInt(os.release()) < 10

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB