diff --git a/.cmake/InstallerScript.iss.in b/.cmake/InstallerScript.iss.in index 7c372722..77de24d7 100644 --- a/.cmake/InstallerScript.iss.in +++ b/.cmake/InstallerScript.iss.in @@ -25,8 +25,8 @@ DisableProgramGroupPage=yes ;PrivilegesRequired=lowest OutputDir=.\ OutputBaseFilename=installer -Compression=zip -SolidCompression=no +Compression=lzma +SolidCompression=yes WizardStyle=modern [Languages] diff --git a/.gitignore b/.gitignore index a8b15423..321394aa 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ cmake-build-* example/Version.h -action-cli \ No newline at end of file +action-cli +dist \ No newline at end of file