소스 검색

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

closes #8896
Amr Bashir 1 년 전
부모
커밋
b5eb64728a
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .changes/nsis-dpi-aware.md
  2. 1 0
      tooling/bundler/src/bundle/windows/templates/installer.nsi

+ 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