1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trilium_ynh.git synced 2024-10-01 13:34:49 +02:00

Merge pull request #42 from p4p4j0hn/testing

Fix architecture in app manifest.
This commit is contained in:
Éric Gaspar 2023-03-03 23:21:09 +01:00 committed by GitHub
commit b02026be92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ fund = "https://github.com/sponsors/zadam"
[integration] [integration]
yunohost = ">= 11.1.11.1" yunohost = ">= 11.1.11.1"
architectures = [ "amd64" ] architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
sso = false sso = false