From 764e745d99f555cb02bc03d9436d1cb5b41823e4 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 7 Dec 2023 20:30:33 +0100 Subject: [PATCH] fix in_subdir ; okay my bad --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 405d317..0b58aa7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,7 +57,7 @@ arm64.sha256 = "48d1e518d1327e37bc542ca2b9242de91f0840bb4f4f37070f9d5990c9a90466 arm64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_arm64.tar.gz" armhf.sha256 = "8f088cde491e5b154105002655d29bf4afd2467c4449f3cead10391f4399608c" armhf.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_armv7.tar.gz" -in_subdir = false +in_subdir = 2 autoupdate.asset.amd64 = "^AdGuardHome_linux_amd64.tar.gz$" autoupdate.asset.arm64 = "^AdGuardHome_linux_arm64.tar.gz$"