fix(bundler/nsis): `SetCompress off` not `false`

This commit is contained in:
amrbashir 2024-06-05 19:35:40 +03:00
parent 148f048871
commit 27abecd6e5
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33
1 changed files with 1 additions and 1 deletions

View File

@ -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}}"