From b4e09335147fdf97610756413b8eb7e2d1c05e71 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 11 Oct 2007 13:53:16 +0200 Subject: [PATCH] WinGit (Inno): Be explicit about the compression to use Inno's doc is a little unclear about whether the default is lzma/normal or lzma/max (see "Compression" docs vs. "InternalCompressLevel" docs), so let's be explicit. --- share/WinGit-InnoSetup/install.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/share/WinGit-InnoSetup/install.iss b/share/WinGit-InnoSetup/install.iss index 1f11d031..215460ea 100644 --- a/share/WinGit-InnoSetup/install.iss +++ b/share/WinGit-InnoSetup/install.iss @@ -5,6 +5,7 @@ [Setup] ; Compiler-related +InternalCompressLevel=max OutputBaseFilename={#emit APP_NAME+'-'+APP_VERSION} OutputDir=%OUTPUTDIR% SolidCompression=yes -- 2.11.4.GIT