From e3dc39ca429206f591059cda4c66609aa75e5b8e Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 18 Oct 2016 10:22:39 +0200 Subject: [PATCH] feat(app): move `update_resources` in `dev_scripts` folder --- tests/{ => dev_scripts}/update_resources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{ => dev_scripts}/update_resources (94%) diff --git a/tests/update_resources b/tests/dev_scripts/update_resources similarity index 94% rename from tests/update_resources rename to tests/dev_scripts/update_resources index f984ed6ed..eece22a18 100755 --- a/tests/update_resources +++ b/tests/dev_scripts/update_resources @@ -1,9 +1,9 @@ -#!/usr/bin/bash +#!/usr/bin/sh SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" RESOURCE_FILE="resources.qrc" -cd $SCRIPT_DIR +cd $SCRIPT_DIR/.. echo " " > $RESOURCE_FILE