From ff557a56a7d469033e0fa377016e0bc7e7eae73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 1 Jul 2024 20:40:21 +0200 Subject: [PATCH] Try to fix bookworm --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f255bb8..920ecb6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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$"