mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-13 07:12:04 +08:00
✨ icon 替换
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default {
|
||||
version: 4,
|
||||
version: 6,
|
||||
perf: {
|
||||
custom: {
|
||||
theme: 'SPRING',
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user