2017-11-02 23:26:08 +00:00
|
|
|
#!/bin/bash
|
2017-11-04 11:46:06 +00:00
|
|
|
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
2017-11-04 12:23:46 +00:00
|
|
|
cd "$ROOT_DIR"
|
2017-11-04 16:40:34 +00:00
|
|
|
./build.sh || exit 1
|
2017-11-04 12:32:26 +00:00
|
|
|
cd "$ROOT_DIR/app"
|
2017-01-29 18:29:34 +00:00
|
|
|
./node_modules/.bin/electron . --env dev --log-level debug --open-dev-tools "$@"
|
|
|
|
|
|
|
|
#./node_modules/.bin/electron . --profile c:\\Users\\Laurent\\.config\\joplin-desktop --log-level debug --open-dev-tools "$@"
|