1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00

Make launcher executable

This commit is contained in:
Laurent Cozic 2017-08-04 19:19:27 +02:00
parent 60c8b7530b
commit 5e9fefe241
2 changed files with 8 additions and 0 deletions

6
CliClient/Error: Normal file

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,8 @@ ln -s "$CLIENT_DIR/../ReactNativeClient/lib" "$CLIENT_DIR/app"
cp "$CLIENT_DIR/package.json" "$CLIENT_DIR/build"
npm run build
chmod 755 "$CLIENT_DIR/build/main_launcher.js"
#yarn run build
#NODE_PATH="$CLIENT_DIR/build" node "$CLIENT_DIR/build/build-translation.js" --silent