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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,9 @@
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'
OutFile 'FaceFusion_2.6.0.exe'