From aa58b2543f171dc3861cb56269c8635bd199feb5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:38:02 +0700 Subject: [PATCH] ags: newer commit --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index 93cd32b2..154ab7c8 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -22,7 +22,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 1becec0013b4c2dfebb079aaf593c0d9e7404828 # "feat(Window): keymode" + x git checkout 8e94d3b465e76372056c76242e5c013950113be9 # "update changelog" x npm install x meson setup build x meson install -C build