feat: 支持自动更新

This commit is contained in:
muwoo
2021-06-30 16:57:57 +08:00
parent 96268de9d8
commit 7341edb32f
7 changed files with 60 additions and 3 deletions

View File

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