Browse Source

feat(bundler): enable dpi awareness for NSIS (#8940)

closes #8896
Amr Bashir 1 year ago
parent
commit
b5eb64728a

+ 5 - 0
.changes/nsis-dpi-aware.md

@@ -0,0 +1,5 @@
+---
+'tauri-build': 'patch:enhance'
+---
+
+Enable Hight DPI awareness for NSIS installer so it is not blurry on some systems.

+ 1 - 0
tooling/bundler/src/bundle/windows/templates/installer.nsi

@@ -1,4 +1,5 @@
 Unicode true
+ManifestDPIAware true
 ; Set the compression algorithm. Default is LZMA.
 !if "{{compression}}" == ""
   SetCompressor /SOLID lzma