Skip to content

Commit ac8dae6

Browse files
authored
Merge pull request #67 from Basiiii/fix-installer
Fix compression issues
2 parents a6baa45 + bf78772 commit ac8dae6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/installers/Output/pta_0.9.6.exe

333 KB
Binary file not shown.

app/installers/version_0.8.0_and_later.iss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ LicenseFile=C:\Users\basi\Documents\GitHub\portfolio\ptdocssource\docs\docs\eula
2525
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2626
;PrivilegesRequired=lowest
2727
OutputBaseFilename=pta_0.9.6
28-
SolidCompression=yes
29-
Compression=lzma2/ultra64
30-
LZMAUseSeparateProcess=yes
31-
LZMADictionarySize=1048576
32-
LZMANumFastBytes=273
28+
Compression=lzma2/max
3329
WizardStyle=modern
3430

3531
[Languages]

0 commit comments

Comments
 (0)