From 025154616863635560cea994c356dcb78e4948ae Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 25 Feb 2026 02:33:13 +0800 Subject: chore: fix aur script and apply lints --- 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 d1fed87..9cdef28 100644 --- a/scripts/release-aur.ts +++ b/scripts/release-aur.ts @@ -124,7 +124,7 @@ execSync("makepkg --printsrcinfo > .SRCINFO", { }); // Setup Git repository -execSync("git add PKGBUILD .SRCINFO", { +execSync("git add PKGBUILD .SRCINFO dropout-bin.install", { stdio: "inherit", cwd: "aur", }); -- cgit v1.2.3-70-g09d2