From 03ea90b8072a887105d1331e859fcfe89b261b73 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:30:59 +0700 Subject: [PATCH] update ags --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index 036d5b3e4..a2adb1f80 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 942f824c402631e4c1a9b67542a4db7a7f6d6359 # "export gobject utils in Utils" + x git checkout fa590751134d713de5527cbbd42fdb50454444b1 # "make Stack.children writable" x npm install x meson setup build x meson install -C build