Skip to content

Commit 92c5d32

Browse files
committed
win,build: rename node.exe to iojs.exe
* Sign iojs.exe * Run license2rtf.js through iojs PR-URL: nodejs#263 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent facc056 commit 92c5d32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vcbuild.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ if errorlevel 1 goto exit
130130
@rem Skip signing if the `nosign` option was specified.
131131
if defined nosign goto licensertf
132132

133-
signtool sign /a /d "Node.js" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\node.exe
133+
signtool sign /a /d "Node.js" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\iojs.exe
134134
if errorlevel 1 echo Failed to sign exe&goto exit
135135

136136
:licensertf
137137
@rem Skip license.rtf generation if not requested.
138138
if not defined licensertf goto msi
139139

140-
%config%\node tools\license2rtf.js < LICENSE > %config%\license.rtf
140+
%config%\iojs tools\license2rtf.js < LICENSE > %config%\license.rtf
141141
if errorlevel 1 echo Failed to generate license.rtf&goto exit
142142

143143
:msi

0 commit comments

Comments
 (0)