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
|
ManifestDPIAware true
|
||||||
|
|
||||||
!if "{{compression}}" == "none"
|
!if "{{compression}}" == "none"
|
||||||
SetCompress false
|
SetCompress off
|
||||||
!else
|
!else
|
||||||
; Set the compression algorithm. Default is LZMA.
|
; Set the compression algorithm. Default is LZMA.
|
||||||
SetCompressor /SOLID "{{compression}}"
|
SetCompressor /SOLID "{{compression}}"
|
||||||
|
|
Loading…
Reference in New Issue