From 9d15092e7fe618aef2a2e04b57df4e24462ed83f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 9 Apr 2016 11:44:03 +0100 Subject: 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). --- winiss.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'winiss.pl') diff --git a/winiss.pl b/winiss.pl index 449916c..eca02d3 100755 --- a/winiss.pl +++ b/winiss.pl @@ -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) { -- cgit v1.1