Skip to content

Commit

Permalink
build: remove spaces from generated installer name
Browse files Browse the repository at this point in the history
ryan-andrew committed Jan 3, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9b15920 commit db69828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ LicenseFile=LICENSE
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=build\windows\x64\runner\Installer
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Windows-Installer
OutputBaseFilename={#StringChange(MyAppName, " ", "")}-{#MyAppVersion}-Windows-Installer
SetupIconFile=assets\icon.ico
Compression=lzma
SolidCompression=yes

0 comments on commit db69828

Please sign in to comment.