Skip to content

Commit

Permalink
fix default name of win32 innosetup output
Browse files Browse the repository at this point in the history
  • Loading branch information
bcampbell committed May 9, 2011
1 parent 5cd3c4b commit ac47519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build.iss
Expand Up @@ -21,7 +21,7 @@ AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputBaseFilename=setup
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-setup
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit ac47519

Please sign in to comment.