From f180aa56ebfe9936da10f3a720543a27602a8245 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:43:48 +0700 Subject: [PATCH] update ags --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index 68d880c10..c29df7763 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 f905abfd2210701929ffaa3db13faa783b782765 # "update examples" + x git checkout c93e32cc5f822e99303b9d452f8a845ef207bb66 x npm install x meson setup build --reconfigure x meson install -C build