From b719d762e5633ea54b96733eab73b616e0779fb2 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 25 Feb 2026 14:01:16 +0800 Subject: fix(ci): fix aur repository url --- scripts/release-aur.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/release-aur.ts') diff --git a/scripts/release-aur.ts b/scripts/release-aur.ts index 5c08fdc..225335b 100644 --- a/scripts/release-aur.ts +++ b/scripts/release-aur.ts @@ -107,7 +107,7 @@ if (existsSync(knownHostsPath)) { // Clone AUR repository if not exists if (!existsSync("aur")) { execSync( - `git -c init.defaultBranch=master -c core.sshCommand="ssh -i ${aurSSHKeyPath}" clone ssh://aur@aur.archlinux.org/clip-bridge-bin.git aur`, + `git -c init.defaultBranch=master -c core.sshCommand="ssh -i ${aurSSHKeyPath}" clone ssh://aur@aur.archlinux.org/dropout-bin.git aur`, { stdio: "inherit" }, ); } -- cgit v1.2.3-70-g09d2