]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Update build script for Inno Setup 5.5.9.
authorSimon Tatham <anakin@pobox.com>
Fri, 8 Apr 2016 10:00:08 +0000 (11:00 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 8 Apr 2016 10:01:58 +0000 (11:01 +0100)
commitd29d33e165fe83497109dea2fafab4451e2607c3
treea85936934edebe337797408988537245481f0e61
parentf0f19b61477c85ae13fbd540906b6788fdd4b0fd
Update build script for Inno Setup 5.5.9.

I've just upgraded my build environment to the latest Inno Setup
(apparently fixing some DLL hijacking issues), and found that the
build script doesn't run any more because the name of the output file
has changed - it used to produce Output/setup.exe, but now it produces
Output/mysetup.exe.

Rather than just fixing the build script to expect the new name, I've
explicitly specified an output filename of my own choice in putty.iss,
so that the build script should now work with versions before and
after the change.
Buildscr
windows/putty.iss