summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-04-16 21:58:13 +0100
committerJohn McLear <john@mclear.co.uk>2015-04-16 21:58:13 +0100
commit70d338c7d5bd980765507b1806921ce10125a892 (patch)
treeedb34a29f92e90316d209f77495d11025db5ec9d /bin
parentee10a21d829c6e0e36cb740deba849275f3de404 (diff)
parentf81c6b64762533bda9462ba2b466c64ab08fddd5 (diff)
downloadetherpad-lite-70d338c7d5bd980765507b1806921ce10125a892.zip
Merge pull request #2618 from Gared/win_node_version
Update node version for windows build to 0.12.2
Diffstat (limited to 'bin')
-rwxr-xr-xbin/buildForWindows.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh
index 6acf20b3..a508cc22 100755
--- a/bin/buildForWindows.sh
+++ b/bin/buildForWindows.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-NODE_VERSION="0.10.38"
+NODE_VERSION="0.12.2"
#Move to the folder where ep-lite is installed
cd `dirname $0`