mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Comment that Inno Setup installer remains 32-bit only.
Our Inno Setup installer is legacy as far as I'm concerned, so there's no point in introducing a 64-bit version of it. 64-bit PuTTY users can use the MSI from the start, and then there'll only ever have been one kind of installer and they won't collide with one another.
This commit is contained in:
parent
5985bb7ea0
commit
786d752757
2
Buildscr
2
Buildscr
@ -180,7 +180,7 @@ delegate windows
|
||||
in putty/windows with wix do/win candle -arch x86 -dWin64=no -dBuilddir=build32\ -dWinver="$(Winver)" -dPuttytextver="$(Puttytextver)" installer.wxs && light -ext WixUIExtension -ext WixUtilExtension -sval installer.wixobj -o installer32.msi
|
||||
in putty/windows with wix do/win candle -arch x64 -dWin64=yes -dBuilddir=build64\ -dWinver="$(Winver)" -dPuttytextver="$(Puttytextver)" installer.wxs && light -ext WixUIExtension -ext WixUtilExtension -sval installer.wixobj -o installer64.msi
|
||||
|
||||
# Build the old Inno Setup installer.
|
||||
# Build the old Inno Setup installer, for 32-bit only.
|
||||
in putty/windows with innosetup do/win iscc putty.iss
|
||||
|
||||
# Sign the installers.
|
||||
|
Loading…
Reference in New Issue
Block a user