fix: 修复安装包缺少 WebView2Loader.dll 的问题

在 bundle.resources 中显式包含 WebView2Loader.dll,
GNU 工具链下 NSIS 打包器未自动检测此依赖。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 19:10:45 +08:00
parent 775a570d31
commit 26ab52483a
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@
"bundle": {
"active": true,
"targets": "nsis",
"resources": ["WebView2Loader.dll"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",