use local installation of electron
This commit is contained in:
parent
1838ac3997
commit
95e16e444e
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue