aboutsummaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/jellyfin.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/windows/jellyfin.nsi b/deployment/windows/jellyfin.nsi
index 5666d30f0..d3b75482c 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 4
-SetCompressor lzma
+!verbose 2
+SetCompressor bzip2
ShowInstDetails show
ShowUninstDetails show
;--------------------------------