File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,14 +130,14 @@ if errorlevel 1 goto exit
130130@ rem Skip signing if the `nosign` option was specified.
131131if 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
134134if errorlevel 1 echo Failed to sign exe& goto exit
135135
136136:licensertf
137137@ rem Skip license.rtf generation if not requested.
138138if 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
141141if errorlevel 1 echo Failed to generate license.rtf& goto exit
142142
143143:msi
You can’t perform that action at this time.
0 commit comments