Skip to content

Commit

Permalink
Fix installer filename
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 13, 2023
1 parent b47402a commit 1fa7cc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ms2rescore_innosetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define MyAppPublisher "CompOmics"
#define MyAppURL "https://github.com/compomics/ms2rescore"
#define MyAppExeName "ms2rescore.exe"
#define OutputFilename "{#MyAppName}-{#MyAppVersion}-Windows64bit"

[Setup]
AppId={{2D3D12BD-3AE2-426E-8DE8-092148C12071}
Expand All @@ -18,7 +17,7 @@ LicenseFile=.\LICENSE
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir="dist"
OutputBaseFilename={#OutputFilename}
OutputBaseFilename="{#MyAppName}-{#MyAppVersion}-Windows64bit"
Compression=lzma
SolidCompression=yes
WizardStyle=modern
Expand Down

0 comments on commit 1fa7cc5

Please sign in to comment.