summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2016-11-20 12:32:36 +0100
committerStefan <mu.stefan@googlemail.com>2016-11-20 12:32:36 +0100
commitd1d2e462d04e7c5722375485a9b19aca1541a9c0 (patch)
treeaa7dcb752da3a3f92294549b6badf1eaf48b90f1 /bin
parent602fd4629abc45aa94013df9644d681ad088002e (diff)
downloadetherpad-lite-d1d2e462d04e7c5722375485a9b19aca1541a9c0.zip
Updated node for windows build to version 6.9.1
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 8e921d84..5ba4dd75 100755
--- a/bin/buildForWindows.sh
+++ b/bin/buildForWindows.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-NODE_VERSION="4.4.3"
+NODE_VERSION="6.9.1"
#Move to the folder where ep-lite is installed
cd `dirname $0`