Files
ChatLab/build/installer-dpi.nsh
2025-12-29 23:20:36 +08:00

6 lines
124 B
NSIS

!macro customHeader
; 启用 DPI 感知,使安装界面在不同 DPI 下清晰显示
ManifestDPIAware true
!macroend