Skip to content

Commit b5eb647

Browse files
authored
feat(bundler): enable dpi awareness for NSIS (#8940)
closes #8896
1 parent d75713a commit b5eb647

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changes/nsis-dpi-aware.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tauri-build': 'patch:enhance'
3+
---
4+
5+
Enable Hight DPI awareness for NSIS installer so it is not blurry on some systems.

tooling/bundler/src/bundle/windows/templates/installer.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Unicode true
2+
ManifestDPIAware true
23
; Set the compression algorithm. Default is LZMA.
34
!if "{{compression}}" == ""
45
SetCompressor /SOLID lzma

0 commit comments

Comments
 (0)