From ad7fbe6353b3a7752bc85237fe03c2831d794151 Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 21 Jan 2025 17:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=87=A8=F0=9F=87=B3=20hacs=20for=20china?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install/frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/frontend b/scripts/install/frontend index 46858694009..c035e8561f3 100755 --- a/scripts/install/frontend +++ b/scripts/install/frontend @@ -12,7 +12,7 @@ function installFrontendFromGitHub() { # Attempt to install the specified frontend version from GitHub scripts/install/pip_packages \ --target=./custom_components/hacs \ - "https://github.com/hacs/frontend/releases/download/${FRONTEND_VERSION}/hacs_frontend-${FRONTEND_VERSION}-py3-none-any.whl" + "https://github.com/hacs-china/frontend/releases/download/${FRONTEND_VERSION}/hacs_frontend-${FRONTEND_VERSION}-py3-none-any.whl" # Re-enable exit on error set -e }