summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorTim Süberkrüb <tim.sueberkrueb@web.de>2015-11-29 12:26:27 +0100
committerTim Süberkrüb <tim.sueberkrueb@web.de>2015-11-29 12:26:27 +0100
commit3f02e3ef336eaf7fb105f6548a743edaafca23a1 (patch)
tree89d601deaadccf5416b69548faaf9625ddaed47d /deploy.sh
parenta9e099ea0107d0bcf4bdc385ee5c3ced072cf6c6 (diff)
Removed Quey dependency
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index a7a6956..be342cb 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -15,4 +15,4 @@ adb push asteroid-stopwatch.desktop /usr/share/applications/asteroid-stopwatch.d
echo "Keep display on ..."
adb shell mcetool -D on
echo "Running application ..."
-adb shell XDG_RUNTIME_DIR=/tmp /usr/bin/asteroid-stopwatch --platform wayland-egl
+adb shell env QT_QUICK_CONTROLS_STYLE=Nemo XDG_RUNTIME_DIR=/tmp /usr/bin/asteroid-stopwatch --platform wayland-egl