mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
parent
d75713ac6c
commit
b5eb64728a
5
.changes/nsis-dpi-aware.md
Normal file
5
.changes/nsis-dpi-aware.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'tauri-build': 'patch:enhance'
|
||||||
|
---
|
||||||
|
|
||||||
|
Enable Hight DPI awareness for NSIS installer so it is not blurry on some systems.
|
@ -1,4 +1,5 @@
|
|||||||
Unicode true
|
Unicode true
|
||||||
|
ManifestDPIAware true
|
||||||
; Set the compression algorithm. Default is LZMA.
|
; Set the compression algorithm. Default is LZMA.
|
||||||
!if "{{compression}}" == ""
|
!if "{{compression}}" == ""
|
||||||
SetCompressor /SOLID lzma
|
SetCompressor /SOLID lzma
|
||||||
|
Loading…
Reference in New Issue
Block a user