Skip to content

Commit 1fb8f05

Browse files
committed
Fix installer output name
1 parent cc386d6 commit 1fb8f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ArchitecturesInstallIn64BitMode=x64compatible
3131
DisableProgramGroupPage=yes
3232
PrivilegesRequired=lowest
3333
PrivilegesRequiredOverridesAllowed=dialog
34-
OutputBaseFilename=LargeCsvReaderSetup.exe
34+
OutputBaseFilename=LargeCsvReaderSetup
3535
Compression=lzma
3636
SolidCompression=yes
3737
WizardStyle=modern

0 commit comments

Comments
 (0)