mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
build: 👷 Update dependencies
This commit is contained in:
parent
2fe8dcd4a5
commit
bd36dd3336
@ -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
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user