浏览代码

Enable /SOLID switch for compression

Erwin de Haan 5 年之前
父节点
当前提交
9aa870cf24
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 ; Shows a lot of debug information while compiling
 ; This can be removed once stable.
 ; This can be removed once stable.
 !verbose 2
 !verbose 2
-SetCompressor bzip2
+SetCompressor bzip2 /SOLID
 ShowInstDetails show
 ShowInstDetails show
 ShowUninstDetails show
 ShowUninstDetails show
 Unicode True
 Unicode True