create apple-app-site-association during build

This commit is contained in:
Bruno Windels
2020-12-03 12:35:21 +01:00
parent e8e2f04f01
commit 604dda7380
4 changed files with 54 additions and 24 deletions
+2
View File
@@ -32,6 +32,8 @@ export class Element {
];
}
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
get description() { return 'Fully-featured Matrix client, used by millions.'; }
get homepage() { return "https://element.io"; }