From 44cf68c5f24fb7fd2869d334e09941744e0667b3 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 21 Dec 2023 22:51:15 +0000 Subject: [PATCH] Change installer compression to zip --- JKXR-PCVR-Installer/JKXR_JKA.iss | 2 +- JKXR-PCVR-Installer/JKXR_JKO.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JKXR-PCVR-Installer/JKXR_JKA.iss b/JKXR-PCVR-Installer/JKXR_JKA.iss index 25d93f8..915854d 100644 --- a/JKXR-PCVR-Installer/JKXR_JKA.iss +++ b/JKXR-PCVR-Installer/JKXR_JKA.iss @@ -24,7 +24,7 @@ DisableProgramGroupPage=yes ;PrivilegesRequired=lowest OutputDir=C:\Dev\Quest\JKXR\JKXR-PCVR-Installer OutputBaseFilename=JKXR_JKA_Setup -Compression=lzma +Compression=zip SolidCompression=yes WizardStyle=modern AlwaysShowDirOnReadyPage=yes diff --git a/JKXR-PCVR-Installer/JKXR_JKO.iss b/JKXR-PCVR-Installer/JKXR_JKO.iss index c01487d..f307e07 100644 --- a/JKXR-PCVR-Installer/JKXR_JKO.iss +++ b/JKXR-PCVR-Installer/JKXR_JKO.iss @@ -24,7 +24,7 @@ DisableProgramGroupPage=yes ;PrivilegesRequired=lowest OutputDir=C:\Dev\Quest\JKXR\JKXR-PCVR-Installer OutputBaseFilename=JKXR_JKO_Setup -Compression=lzma +Compression=zip SolidCompression=yes WizardStyle=modern AlwaysShowDirOnReadyPage=yes