diff options
| author | Simon Tatham <anakin@pobox.com> | 2016-04-09 11:44:03 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2016-04-09 11:44:03 +0100 |
| commit | 9d15092e7fe618aef2a2e04b57df4e24462ed83f (patch) | |
| tree | b7926a69ead6f4fb9b0d0f5a6bb97616bd9ea31a /winiss.pl | |
| parent | c0bc13c3f207b12401d1948b230eeab94dd9aa55 (diff) | |
| download | puzzles-9d15092e7fe618aef2a2e04b57df4e24462ed83f.zip puzzles-9d15092e7fe618aef2a2e04b57df4e24462ed83f.tar.gz puzzles-9d15092e7fe618aef2a2e04b57df4e24462ed83f.tar.bz2 puzzles-9d15092e7fe618aef2a2e04b57df4e24462ed83f.tar.xz | |
Update build script for Inno Setup 5.5.9.
Between 5.5.6 and 5.5.9 the default output file name changed. To
defend against that potentially happening again, I'm now explicitly
specifying the output file name in the .iss source file (or rather, in
winiss.pl, which constructs it).
Diffstat (limited to 'winiss.pl')
| -rwxr-xr-x | winiss.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ print 'DefaultGroupName=Simon Tatham\'s Puzzles'."\n"; print 'ChangesAssociations=no'."\n"; print 'Compression=zip/9'."\n"; print 'AllowNoIcons=yes'."\n"; +print 'OutputBaseFilename=installer'."\n"; print ''."\n"; print '[Files]'."\n"; for $exe (@exes) { |