mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:30:42 +02:00
make the installer DPI aware
This commit is contained in:
parent
7186a538b2
commit
66a15e8f82
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
; Set name prior to inner loop so uninstaller has correct values
|
; Set name prior to inner loop so uninstaller has correct values
|
||||||
Name "@CPACK_NSIS_PACKAGE_NAME@"
|
Name "@CPACK_NSIS_PACKAGE_NAME@"
|
||||||
BrandingText " "
|
BrandingText " "
|
||||||
|
ManifestDPIAware true
|
||||||
|
|
||||||
!ifdef INNER
|
!ifdef INNER
|
||||||
!echo "Inner invocation" ; just to see what's going on
|
!echo "Inner invocation" ; just to see what's going on
|
||||||
|
|
Loading…
Reference in a new issue