mirror of
https://github.com/YunoHost-Apps/mautrix_discord_ynh.git
synced 2024-09-03 19:36:35 +02:00
Try to fix bookworm
This commit is contained in:
parent
34c193158d
commit
ff557a56a7
1 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ ram.runtime = "1024M"
|
|||
ask.en = "Choose the local Synapse instance to communicate with mautrix_discord."
|
||||
ask.fr = "Choisissez l'instance Synapse qui doit communiquer avec mautrix_discord."
|
||||
type = "app"
|
||||
pattern.regexp = "synapse(__)*[0-9]*"
|
||||
pattern.error = "Invalid app selected. Please select a Synapse instance."
|
||||
filter = "synapse(__)*[0-9]*"
|
||||
# pattern.error = "Invalid app selected. Please select a Synapse instance."
|
||||
help.en = "Usually the Synapse instances contain a number after it is installed more than one time. E.g. synapse__1 will be the second instance."
|
||||
help.fr = "En général, les instances de Synapse contiennent un numéro après avoir été installées plus d'une fois. Par exemple, synapse__1 sera la deuxième instance."
|
||||
default = "synapse"
|
||||
|
@ -86,7 +86,7 @@ ram.runtime = "1024M"
|
|||
arm64.sha256 = "080b520871a51ddbe866ad83c889d47323452e6c25ee1b785e04a690884a77d9"
|
||||
armhf.url = "https://github.com/mautrix/discord/releases/download/v0.6.5/mautrix-discord-arm"
|
||||
armhf.sha256 = "e3a9eb3f64dc6d9e568f34f79b0b22cd08584c01779d22788ee6e966f5cde827"
|
||||
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^mautrix-discord-amd64$"
|
||||
autoupdate.asset.arm64 = "^mautrix-discord-arm64$"
|
||||
|
|
Loading…
Add table
Reference in a new issue