mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-29 14:09:31 +08:00
feat: 支持自动更新
This commit is contained in:
@@ -4,7 +4,7 @@ import pkg from '../../package.json';
|
||||
|
||||
function createTray(window) {
|
||||
return new Promise((resolve, reject) => {
|
||||
const appIcon = new Tray(path.join(__static, './rocket-t.png'));
|
||||
const appIcon = new Tray(path.join(__static, './rocket.png'));
|
||||
const contextMenu = Menu.buildFromTemplate([
|
||||
{
|
||||
id: 3,
|
||||
|
||||
Reference in New Issue
Block a user