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:
parent
60c8b7530b
commit
5e9fefe241
6
CliClient/Error:
Normal file
6
CliClient/Error:
Normal file
File diff suppressed because one or more lines are too long
@ -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
|
Loading…
Reference in New Issue
Block a user