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:
parent
cefd2fa41d
commit
3b084533a8
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user