From 0e258c4229079f9c824acb9617075464aee71d41 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 1 Aug 2012 23:42:52 +0200 Subject: [PATCH] Use latest node version in buildForWindows.sh --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 7486ccf5..1d47bff1 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="0.6.5" +NODE_VERSION="0.8.4" #Move to the folder where ep-lite is installed cd `dirname $0`