Set the installer is DPI-aware so the text is never blurry. (#556)

Set the installer is DPI-aware so the text is never blurry. For NSIS version v3.0a0+
This commit is contained in:
Скляров Артем
2024-05-27 11:20:47 +03:00
committed by GitHub
parent cefd2fa41d
commit 3b084533a8

View File

@@ -4,6 +4,9 @@
RequestExecutionLevel admin RequestExecutionLevel admin
# Set the installer is DPI-aware so the text is never blurry. For NSIS version v3.0a0+
ManifestDPIAware true
Name 'FaceFusion 2.6.0' Name 'FaceFusion 2.6.0'
OutFile 'FaceFusion_2.6.0.exe' OutFile 'FaceFusion_2.6.0.exe'