X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=winiss.pl;h=32003371383c44e7fd26417b8cb63cd4a214c9f5;hb=db313b3948d27244dd7c34c2609c66d6204d8931;hp=449916c8ea0ddaada68ed18ee1bad6b4e8a66904;hpb=2ebbdbf2a567c73d75af4f0e04f4f42bfe6d3530;p=sgt-puzzles.git diff --git a/winiss.pl b/winiss.pl index 449916c..3200337 100755 --- a/winiss.pl +++ b/winiss.pl @@ -48,7 +48,7 @@ print 'VersionInfoTextVersion=Version '.$ver."\n"; print 'AppVersion=r'.$ver."\n"; print 'VersionInfoVersion=0.0.'.$integer_date.'.0'."\n"; print 'AppPublisher=Simon Tatham'."\n"; -print 'AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n"; +print 'AppPublisherURL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n"; print 'DefaultDirName={pf}\Simon Tatham\'s Portable Puzzle Collection'."\n"; print 'DefaultGroupName=Simon Tatham\'s Puzzles'."\n"; # print 'SetupIconFile=fixmethinkoneup.ico'."\n"; @@ -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) {