From 1d125a4471bc478963bab0dcfddaa5f6b3f4acdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 15 Apr 2023 22:46:37 +0200 Subject: [PATCH] fix --- conf/config.toml | 2 +- manifest.toml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/conf/config.toml b/conf/config.toml index a94c716..9b94bd2 100644 --- a/conf/config.toml +++ b/conf/config.toml @@ -25,7 +25,7 @@ baseUrl = "__PATH__/" # # Optional # -#logPath = "log/autobrr.log" +logPath = "/var/log/__APP__/__APP__.log" # Log level # diff --git a/manifest.toml b/manifest.toml index a5e700a..40a53de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,14 +3,14 @@ packaging_format = 2 id = "autobrr" name = "Autobrr" description.en = "Modern, easy to use download automation for torrents and usenet" -description.fr = "" +description.fr = "Automatisation de téléchargement pour les torrents et Usenet" version = "1.23.0~ynh1" -maintainers = ["johndoe"] +maintainers = ["eric_G"] [upstream] -license = "free" +license = "GPL-3.0-only" website = "https://autobrr.com/" admindoc = "https://yunohost.org/packaging_apps" code = "https://github.com/autobrr/autobrr" @@ -51,6 +51,9 @@ ram.runtime = "50M" in_subdir = false extract = true autoupdate.strategy = "latest_github_tag" + autoupdate.asset.amd64 = "^autobrr_.*_linux_x86_64.tar.gz$" + autoupdate.asset.arm64 = "^autobrr_.*_linux_arm64.tar.gz$" + autoupdate.asset.armhf = "^autobrr_.*_linux_armv6.tar.gz$" [resources.system_user]