From fe76f5544517c8bffef142ec5651f0e3bbc3dda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 30 Apr 2023 16:15:17 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f98f5b6..fa99f69 100644 --- a/manifest.toml +++ b/manifest.toml @@ -28,7 +28,6 @@ ram.runtime = "50M" [install] [install.domain] - # this is a generic question - ask strings are automatically handled by Yunohost's core help.en = "UMS require its own subdomain" help.fr = "UMS a besoin de son propre sous-domaine" type = "domain" @@ -68,6 +67,13 @@ ram.runtime = "50M" i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.2.0/UMS-13.2.0-x86.tgz" i386.sha256 = "91a5c534664441064c772dcace5bcef02edac82d8d3c67155ddd803deabeb52c" + autoupdate.strategy = "latest_github_release" + + autoupdate.asset.arm64 = "*-arm64.tgz" + autoupdate.asset.amd64 = "*-x86_64.tgz" + autoupdate.asset.armhf = "*-armhf.tgz" + autoupdate.asset.i386 = "*-x86.tgz" + [resources.ports] main.default = 9001 end.default = 5001