Browse Source

Less output and lesser compression.

Erwin de Haan 5 years ago
parent
commit
22f408201a
1 changed files with 2 additions and 2 deletions
  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
 ; Shows a lot of debug information while compiling
 ; This can be removed once stable.
 ; This can be removed once stable.
-!verbose 4
-SetCompressor lzma
+!verbose 2
+SetCompressor bzip2
 ShowInstDetails show
 ShowInstDetails show
 ShowUninstDetails show
 ShowUninstDetails show
 ;--------------------------------
 ;--------------------------------