mirror of https://github.com/tauri-apps/tauri
fix(bundler/nsis): `SetCompress off` not `false`
This commit is contained in:
parent
148f048871
commit
27abecd6e5
|
@ -2,7 +2,7 @@ Unicode true
|
|||
ManifestDPIAware true
|
||||
|
||||
!if "{{compression}}" == "none"
|
||||
SetCompress false
|
||||
SetCompress off
|
||||
!else
|
||||
; Set the compression algorithm. Default is LZMA.
|
||||
SetCompressor /SOLID "{{compression}}"
|
||||
|
|
Loading…
Reference in New Issue