chore: 升级 Electron 到 ^32.3.3 并修复 macOS 开发环境二进制缺失问题(使用镜像完成下载验证)

This commit is contained in:
Jason
2025-08-10 16:58:47 +08:00
parent 9b4968fdfc
commit 65a660fcdc
2 changed files with 12 additions and 17 deletions

View File

@@ -24,7 +24,7 @@
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"concurrently": "^8.2.0",
"electron": "^32.2.5",
"electron": "^32.3.3",
"electron-builder": "^24.0.0",
"typescript": "^5.3.0",
"vite": "^5.0.0"
@@ -60,7 +60,9 @@
"target": [
{
"target": "zip",
"arch": ["x64"]
"arch": [
"x64"
]
}
]
},
@@ -68,11 +70,15 @@
"target": [
{
"target": "nsis",
"arch": ["x64"]
"arch": [
"x64"
]
},
{
"target": "portable",
"arch": ["x64"]
"target": "portable",
"arch": [
"x64"
]
}
],
"icon": "build/icon.ico"