diff options
| author | 2026-02-25 02:33:13 +0800 | |
|---|---|---|
| committer | 2026-02-25 02:33:25 +0800 | |
| commit | 025154616863635560cea994c356dcb78e4948ae (patch) | |
| tree | 5c24a47daf968a696b7a04c94040c76f3d31b3bc /scripts/release-aur.ts | |
| parent | 1f1051992aa5a46f98aa2efe44f7dd9e3824d562 (diff) | |
| download | DropOut-025154616863635560cea994c356dcb78e4948ae.tar.gz DropOut-025154616863635560cea994c356dcb78e4948ae.zip | |
chore: fix aur script and apply lintsdropout-v0.2.0-alpha.2dropout-macros-v0.1.0-alpha.0@dropout/ui-v0.0.0-alpha.0
Diffstat (limited to 'scripts/release-aur.ts')
| -rw-r--r-- | scripts/release-aur.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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", }); |