nsi: Remove /SOLID from SetCompressor for debug

This commit is contained in:
Jonas Kvinge 2024-04-24 02:25:05 +02:00
parent e8be0adf37
commit eff6b75c43
1 changed files with 4 additions and 0 deletions

View File

@ -109,7 +109,11 @@
Unicode True
!ifdef debug
SetCompressor lzma
!else
SetCompressor /SOLID lzma
!endif
!include "MUI2.nsh"
!include "FileAssociation.nsh"