From e44676cac52c37782bae2a3ed6cf0ed3d919092b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Fri, 16 Mar 2012 16:55:12 +0100
Subject: [PATCH] Use LZMA compression for Windows installer (cherry picked
 from commit dff7191bbfcf0a81c410c1e5dc0cf28c98e8d2f9)

---
 windows/dynare.nsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index e584778208..4a4299b71b 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -9,6 +9,8 @@
 
 !include dynare-version.nsi
 
+SetCompressor /SOLID lzma
+
 Name "Dynare ${VERSION}"
 
 OutFile "dynare-${VERSION}-win.exe"
-- 
GitLab