Browse Source

Enable /SOLID switch for compression

Erwin de Haan 5 years ago
parent
commit
9aa870cf24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/windows/jellyfin.nsi

+ 1 - 1
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