diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-15 11:36:54 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-15 11:36:54 +0100 |
| commit | 9aa870cf246916abe985aba1da4a63daf4137b92 (patch) | |
| tree | 986bb65d154f1e40dd720575c15995f719cdd47e /deployment | |
| parent | d3bd22d7a27949d1053c8be75d160adadf3c767b (diff) | |
Enable /SOLID switch for compression
Diffstat (limited to 'deployment')
| -rw-r--r-- | deployment/windows/jellyfin.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/jellyfin.nsi b/deployment/windows/jellyfin.nsi index dbce29e84..5629fcf12 100644 --- a/deployment/windows/jellyfin.nsi +++ b/deployment/windows/jellyfin.nsi @@ -1,7 +1,7 @@ ; Shows a lot of debug information while compiling ; This can be removed once stable. !verbose 2 -SetCompressor bzip2 +SetCompressor bzip2 /SOLID ShowInstDetails show ShowUninstDetails show Unicode True |
