Browse Source

Less output and lesser compression.

Erwin de Haan 5 năm trước cách đây
mục cha
commit
22f408201a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      deployment/windows/jellyfin.nsi

+ 2 - 2
deployment/windows/jellyfin.nsi

@@ -1,7 +1,7 @@
 ; Shows a lot of debug information while compiling
 ; This can be removed once stable.
-!verbose 4
-SetCompressor lzma
+!verbose 2
+SetCompressor bzip2
 ShowInstDetails show
 ShowUninstDetails show
 ;--------------------------------