checkout working ags version (#208)

This commit is contained in:
end-4
2024-01-29 17:29:33 +07:00
parent 4903551270
commit ec2462676b
+1
View File
@@ -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