From: Bert Belder Date: Thu, 8 Jan 2015 15:10:36 +0000 (+0100) Subject: win,build: rename node.exe to iojs.exe X-Git-Tag: v1.0.0~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92c5d32d7367deec6d0a4934e3221f6f96688b6a;p=platform%2Fupstream%2Fnodejs.git win,build: rename node.exe to iojs.exe * Sign iojs.exe * Run license2rtf.js through iojs PR-URL: https://github.com/iojs/io.js/pull/263 Reviewed-By: Ben Noordhuis --- diff --git a/vcbuild.bat b/vcbuild.bat index 45b82d1..5c1262d 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -130,14 +130,14 @@ if errorlevel 1 goto exit @rem Skip signing if the `nosign` option was specified. if defined nosign goto licensertf -signtool sign /a /d "Node.js" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\node.exe +signtool sign /a /d "Node.js" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\iojs.exe if errorlevel 1 echo Failed to sign exe&goto exit :licensertf @rem Skip license.rtf generation if not requested. if not defined licensertf goto msi -%config%\node tools\license2rtf.js < LICENSE > %config%\license.rtf +%config%\iojs tools\license2rtf.js < LICENSE > %config%\license.rtf if errorlevel 1 echo Failed to generate license.rtf&goto exit :msi