]> git.lyx.org Git - features.git/blobdiff - development/Win32/packaging/installer/lyx-bundle.nsi
Consider inset strings in simple find/replaceAll (#12049)
[features.git] / development / Win32 / packaging / installer / lyx-bundle.nsi
index 0844f4d62951f6d8cf5a2562280aa7e75f451c19..9490f035f741da9dddac6c026c430c21f9a4abc2 100644 (file)
@@ -16,6 +16,9 @@ SetCompressor /SOLID lzma
 # make it a Unicode installer
 Unicode true
 
+# enable support for high DPI resolution
+ManifestDPIAware true
+
 !ifndef SETUPTYPE
  !define SETUPTYPE BUNDLE
 !endif