Files
pangolin/client/windows/runner
wangjia 3b16e8ff36 fix(client/windows): 关闭链接器 UAC 清单注入(/MANIFESTUAC:NO)
runner.exe.manifest 已声明 requireAdministrator;链接器默认还会注入 asInvoker 的
UAC 清单,两者 level 冲突 → mt.exe c1010001 → LINK LNK1327,Release 链接失败。
对 runner target 加 /MANIFESTUAC:NO,仅用 manifest 文件的 level。真机 build 通过。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 09:03:16 +08:00
..