summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2015-04-16 22:56:14 +0200
committerStefan <mu.stefan@googlemail.com>2015-04-16 22:56:14 +0200
commitf81c6b64762533bda9462ba2b466c64ab08fddd5 (patch)
treeb5b3f132331c10ed7253ff53eaa347c63ff21102 /bin
parent629f909d572bfd0f0dc8592bc856c8f7a4c7b25c (diff)
downloadetherpad-lite-f81c6b64762533bda9462ba2b466c64ab08fddd5.zip
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 212e946b..9e8db1cc 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`