mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
8 lines
335 B
Bash
Executable File
8 lines
335 B
Bash
Executable File
#!/bin/bash
|
|
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd "$ROOT_DIR"
|
|
./build.sh || exit 1
|
|
cd "$ROOT_DIR/app"
|
|
./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 "$@" |