From ba1a9c87bf82de1c0b11b24ec86e7ace4cc90396 Mon Sep 17 00:00:00 2001 From: CattySteve Date: Tue, 18 Feb 2025 21:58:15 +0800 Subject: [PATCH] fix: bypass arch check --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3b07872..737d94d 100644 --- a/build.sh +++ b/build.sh @@ -4,5 +4,5 @@ git clone https://aur.archlinux.org/renpy-git.git cd renpy-git sudo pacman -Sy patch PKGBUILD ../1_local_repo.patch -makepkg -s --noconfirm +makepkg -s --noconfirm -A ls