From 3a8b1107fe97e7d1d7ccad1ac29faaa98f21e4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 18 Jun 2017 13:23:00 +0200 Subject: [PATCH] Explicitly set compression method in NSIS scripts --- pkg/gpxsee.nsi | 2 ++ pkg/gpxsee64.nsi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 00a494e9..2b8ba45d 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -9,6 +9,8 @@ Name "GPXSee" ; The file to write OutFile "GPXSee-${VERSION}.exe" +; Compression method +SetCompressor /SOLID lzma ; Required execution level RequestExecutionLevel admin diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 0738bed4..771e14a4 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -9,6 +9,8 @@ Name "GPXSee" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe" +; Compression method +SetCompressor /SOLID lzma ; Required execution level RequestExecutionLevel admin