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

closes #8896
This commit is contained in:
Amr Bashir 2024-02-22 13:52:19 +02:00 committed by GitHub
parent d75713ac6c
commit b5eb64728a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

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

View File

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