aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/release-aur.ts
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-25 14:01:16 +0800
committer苏向夜 <fu050409@163.com>2026-02-25 14:01:16 +0800
commitb719d762e5633ea54b96733eab73b616e0779fb2 (patch)
tree3a195310ced1d2266b8422d85d68478e1dc133c4 /scripts/release-aur.ts
parenta1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9 (diff)
downloadDropOut-b719d762e5633ea54b96733eab73b616e0779fb2.tar.gz
DropOut-b719d762e5633ea54b96733eab73b616e0779fb2.zip
fix(ci): fix aur repository urldropout-v0.2.0-alpha.3
Diffstat (limited to 'scripts/release-aur.ts')
-rw-r--r--scripts/release-aur.ts2
1 files changed, 1 insertions, 1 deletions
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" },
);
}