summaryrefslogtreecommitdiffstats
path: root/tests/qml/installer/apps/builtin.app/info.yaml
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2019-09-06 13:12:50 +0200
committerBernd Weimer <bernd.weimer@pelagicore.com>2019-09-12 11:59:45 +0200
commit877e4cd4cf7f581a0a92eb2adb6f95695b186104 (patch)
tree55f35f8dcde6fd73d7704df275f1857b619615d8 /tests/qml/installer/apps/builtin.app/info.yaml
parentff4bc7cbaf5827736fda4b1a8c85fcdd351680c1 (diff)
Fix canceling installations
Canceling an update left the app in an inconsistent state. There is still a known issues: canceling the update of an already updated built-in app will revert back to the original app. This will be fixed in 5.14 Also downgrading a built-in app didn't work as expected (the app would be blocked, the icon etc. wouldn't be updated). Change-Id: I6c72e7f87e993a6839e97ceb6cea443f07e1fd77 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'tests/qml/installer/apps/builtin.app/info.yaml')
-rw-r--r--tests/qml/installer/apps/builtin.app/info.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qml/installer/apps/builtin.app/info.yaml b/tests/qml/installer/apps/builtin.app/info.yaml
new file mode 100644
index 00000000..9320306b
--- /dev/null
+++ b/tests/qml/installer/apps/builtin.app/info.yaml
@@ -0,0 +1,10 @@
+formatVersion: 1
+formatType: am-application
+---
+id: 'builtin.app'
+version: 'v1'
+icon: 'icon1.png'
+code: 'app1.qml'
+runtime: 'qml'
+name:
+ en: 'Builtin Installation Test App v1'