Skip to content

Commit

Permalink
Update Setup.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
OSPanel committed Apr 18, 2023
1 parent 242cee6 commit c856bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ AppName = {#AppTitle}
AppVersion = {#AppVersion}
AppPublisherURL = https://{#AppDomain}
AppPublisher = {#AppDomain}
SetupMutex = Global\OSPSystemPreparationTool
VersionInfoCompany = {#AppDomain}
VersionInfoVersion = {#AppVersion}
VersionInfoTextVersion = {#AppVersion}
VersionInfoDescription = {#AppTitle}
VersionInfoProductName = {#AppTitle}
VersionInfoCopyright = Copyright (c) 2010-{#CurrentYear}, {#AppDomain}
VersionInfoCopyright = Copyright (c) {#CurrentYear}, {#AppDomain}

// Compression

Compression = lzma2/ultra64
InternalCompressLevel = ultra64
LZMAUseSeparateProcess = yes
LZMAAlgorithm = 1
SolidCompression = yes

// Misc
Expand Down

0 comments on commit c856bc6

Please sign in to comment.