From cdcf5e8496b51091f9d71a6a52a588a97686c49d Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Sun, 20 Dec 2015 17:50:25 +0100 Subject: Removes the colorful settings and sanitize a little bit the code --- deploy.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index be342cb..0000000 --- a/deploy.sh +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/bash -# asteroid-stopwatch deploy script -# (C) Copyright 2015 by Tim Süberkrüb -set -e -echo "Setup environment setup for armv7a-vfp-neon-oe-linux-gnueabi ..." -source /usr/local/oecore-x86_64/environment-setup-armv7a-vfp-neon-oe-linux-gnueabi -echo "Running qmake ..." -qmake -echo "Running make ..." -make -echo "Deploying binary ..." -adb push asteroid-stopwatch /usr/bin/asteroid-stopwatch -echo "Deploying desktop file ..." -adb push asteroid-stopwatch.desktop /usr/share/applications/asteroid-stopwatch.desktop -echo "Keep display on ..." -adb shell mcetool -D on -echo "Running application ..." -adb shell env QT_QUICK_CONTROLS_STYLE=Nemo XDG_RUNTIME_DIR=/tmp /usr/bin/asteroid-stopwatch --platform wayland-egl -- cgit v1.2.3-54-g00ecf