diff --git a/debian/changelog b/debian/changelog index 525421c..ff424d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ tactile (4.2.0-0) unstable; urgency=low * Fixed particle spawn performance in the TouchAGrid scene * Normalised scene transition times to give users enough time to read instructions + * Mark the app to be shown only for touch-capable devices - -- Team Kano Mon, 8 Oct 2018 11:36:37 +0100 + -- Team Kano Tue, 30 Oct 2018 12:21:00 +0000 tactile (4.1.0-0) unstable; urgency=low diff --git a/res/icon/tactile.app b/res/icon/tactile.app index 61588bb..5013bc2 100644 --- a/res/icon/tactile.app +++ b/res/icon/tactile.app @@ -14,5 +14,7 @@ "launch_command": "tactile", "overrides": [], + "touch_only": true, + "priority": 680 }