From c7a7cce618b5f2f7cff4c767e5aa294fbcf92bd4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:15:39 +0700 Subject: [PATCH] update ags --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index aae011648..8e707b29f 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -24,7 +24,7 @@ install-ags (){ try git init -b main try git remote add origin https://github.com/Aylur/ags.git x git pull origin main && git submodule update --init --recursive - x git checkout 109faf5d283d4d2ce90403e461b39048321b9041 # "add fallback generic Attribute type to widget functions" + x git checkout 7ba2efd705ea255b87e4812b22bb656b60d291d4 # "add fallback generic Attribute type to widget functions" x npm install x meson setup build x meson install -C build