From 5cccd08a63fbff95898968463145cbe86538b43c Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:58:22 +0700 Subject: [PATCH] update ags --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index 23ae46a44..825030d01 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 b40b8d81c5543ef02caee67560ab1c13ebcee49a # "update examples" + x git checkout f905abfd2210701929ffaa3db13faa783b782765 # "update examples" x npm install x meson setup build x meson install -C build