From ec2462676bb6f999dd8341576c493738ba3ac640 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:29:33 +0700 Subject: [PATCH] checkout working ags version (#208) --- scriptdata/installers | 1 + 1 file changed, 1 insertion(+) diff --git a/scriptdata/installers b/scriptdata/installers index cb22588ce..0dbc7f496 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -22,6 +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 1c95191a9ab7bdad6f24ba1971e1e398442f3e2b # "bump version to 1.7.1" - 2024-01-16 x npm install x meson setup build x meson install -C build