Fix buildForWindows

pull/914/head
Marcel Klehr 2012-08-01 23:42:03 +02:00
parent 3076ad9180
commit 2d941bf31d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ mv node_modules_resolved node_modules
echo "download windows node..."
cd bin
wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O node.exe
wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O ../node.exe
echo "create the zip..."
cd /tmp