Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
gh-230: attempt to build plink again (currently broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Jan 24, 2016
1 parent dce1383 commit 59395f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions windows/build-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ echo #define TEXTVER "PuTTYTray %1" > ../version.h
echo #define SSHVER "PuTTYTray-%1" >> ../version.h
echo #define BINARY_VERSION %upstreammajor%,%upstreamminor%,0,%trayversion% >> ../version.h

nmake /F Makefile.vc putty.exe
nmake /F Makefile.vc putty.exe plink.exe

signtool sign /fd SHA256 /a /t http://timestamp.verisign.com/scripts/timstamp.dll ^
putty.exe
putty.exe ^
plink.exe
:end

0 comments on commit 59395f4

Please sign in to comment.