Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-07-19 13:16:13 +02:00 committed by GitHub
parent 6ab7747d15
commit cd947c95aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ cpe = "???"
fund = "???" fund = "???"
[integration] [integration]
yunohost = ">= 11.1.14" yunohost = ">= 11.1.21"
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
@ -55,8 +55,8 @@ ram.runtime = "50M"
[install.language] [install.language]
ask.en = "Choose the application language" ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
type = "string" type = "select"
select = ["fr", "en"] choices = ["fr", "en"]
default = "fr" default = "fr"
[install.admin] [install.admin]