From 5e9fefe241c3471a49a7eaecd93ae381c6509f61 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 4 Aug 2017 19:19:27 +0200 Subject: [PATCH] Make launcher executable --- CliClient/Error: | 6 ++++++ CliClient/build.sh | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 CliClient/Error: diff --git a/CliClient/Error: b/CliClient/Error: new file mode 100644 index 0000000000..8b56017a7b --- /dev/null +++ b/CliClient/Error: @@ -0,0 +1,6 @@ +[?25l[?25h[?1049h[?1h=[?25h[?25l"Cannot" [New File]~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ [?25h[?25lType :quit to exit Vim[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25lE348: No string under cursor[?25h[?25lType :quit to exit Vim[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25l[?25h[?25lE348: No string under cursor[?25h[?25l9: No identifier under cursor[?25h[?25lrecording @q[?25h[?25l:[?25ha[?25l[?25hz[?25l[?25h [?25lE492: Not an editor command: az recording @q[?25h[?25l-- INSERT --recording @qa!z:qa +:qa[?25hrecording @q[?25l[?25h[?25l:[?25hq[?25l[?25ha[?25l[?25h [?25lE37: No write since last change +E162: No write since last change for buffer "Cannot" +Press ENTER or type command to continue[?25h[?25l:[?25h[?25la!z:qa +:qarecording @q[?25h[?25lType :quit to exit Vim recording @q[?25h[?25lType :quit to exit Vim recording @q[?25h[?25lType :quit to exit Vim recording @q[?25h[?25lType :quit to exit Vim recording @q[?25h[?25lType :quit to exit Vim recording @q[?25h +[?1l>[?1049l \ No newline at end of file diff --git a/CliClient/build.sh b/CliClient/build.sh index 857fec54c1..22f810113d 100755 --- a/CliClient/build.sh +++ b/CliClient/build.sh @@ -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 \ No newline at end of file