From 95e16e444efaa943f77f1e76d1bd17139b553b8e Mon Sep 17 00:00:00 2001 From: jobevers Date: Wed, 8 Feb 2017 10:20:34 -0600 Subject: [PATCH] use local installation of electron --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0799c5ba7..3e9caa7c2 100755 --- a/build.sh +++ b/build.sh @@ -67,7 +67,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then echo 'Build and packaging complete.' else - echo 'Build complete. Run `electron electron` to launch the app' + echo 'Build complete. Run `./node_modules/.bin/electron app` to launch the app' fi if [ -n "${TEAMCITY_VERSION:-}" ]; then