Skip to content

Commit

Permalink
update to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tamireran committed Feb 2, 2016
1 parent b0178a1 commit 1af4a2a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/deploy/build_atom_agent_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ else
rm -rf ./node_modules/nodetime*
rm -rf ./node_modules/newrelic*
cp ../public/node.exe ./
cp ../public/node_64.exe ./
cp ../public/openssl.exe ./
else
echo "npm install"
Expand All @@ -103,8 +104,8 @@ else
sed -i '' '/nodetime/d' package.json
sed -i '' '/newrelic/d' package.json
npm install -dd
curl -L http://nodejs.org/dist/v0.10.32/node.exe > node.exe
curl -L http://nodejs.org/dist/v0.10.32/x64/node.exe > node_64.exe
curl -L http://nodejs.org/dist/v0.10.33/node.exe > node.exe
curl -L http://nodejs.org/dist/v0.10.33/x64/node.exe > node_64.exe
curl -L http://nodejs.org/dist/v0.10.33/openssl-cli.exe > openssl.exe
cp node.exe ../public/node.exe
cp node_64.exe ../public/node_64.exe
Expand All @@ -126,10 +127,6 @@ else

echo "noobaa-setup.exe installer available under build/public/windows/"

if [ ${UPLOAD_TO_S3} -eq 1 ]; then
echo "uploading to S3"
s3cmd -P put noobaa-setup.exe s3://noobaa-core/noobaa-setup.exe
fi
fi

exit 0

1 comment on commit 1af4a2a

@tamireran
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to node 0.10.3.3

Please sign in to comment.