From 40f9068157552eb59376c3a7e67aee4cb5eb440d Mon Sep 17 00:00:00 2001 From: wangliu Date: Tue, 5 Jun 2018 20:01:52 +0800 Subject: [PATCH] Move /scripts to /tools --- {scripts => tools/scripts}/push2android.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {scripts => tools/scripts}/push2android.sh (78%) diff --git a/scripts/push2android.sh b/tools/scripts/push2android.sh similarity index 78% rename from scripts/push2android.sh rename to tools/scripts/push2android.sh index ef00f58a96..9b69e28b8a 100644 --- a/scripts/push2android.sh +++ b/tools/scripts/push2android.sh @@ -1,9 +1,9 @@ #!/usr/bin/env sh push_fn () { -MODELS_PATH="../test/models/*" -IMAGE_PATH="../test/images/*" -EXE_FILE="../test/build/*" +MODELS_PATH="../../test/models/*" +IMAGE_PATH="../../test/images/*" +EXE_FILE="../../test/build/*" EXE_DIR="data/local/tmp/bin" MODELS_DIR="data/local/tmp/models" IMAGES_DIR="data/local/tmp/images" -- GitLab