build: 👷 Update dependencies

This commit is contained in:
viarotel 2023-11-03 16:33:36 +08:00
parent 2fe8dcd4a5
commit bd36dd3336
2 changed files with 6 additions and 6 deletions

View File

@ -9,17 +9,17 @@ export default (mainWindow) => {
let tray = null
const showApp = () => {
if (tray) {
tray.destroy()
tray = null
}
if (process.platform === 'darwin') {
app.dock.show()
}
mainWindow.show()
if (tray) {
tray.destroy()
tray = null
}
return true
}

View File

@ -32,7 +32,7 @@
"@viarotel-org/unocss-config": "^0.7.4",
"@vitejs/plugin-vue": "^4.4.0",
"dayjs": "^1.11.10",
"electron": "^27.0.2",
"electron": "^27.0.3",
"electron-builder": "^24.6.4",
"electron-log": "^5.0.0",
"electron-store": "^8.1.0",