update ags (#240)

This commit is contained in:
end-4
2024-02-06 08:30:15 +07:00
parent 3445ffb979
commit 28eaf7e291
+1 -1
View File
@@ -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 fa590751134d713de5527cbbd42fdb50454444b1 # "make Stack.children writable"
x git checkout 109faf5d283d4d2ce90403e461b39048321b9041 # "add fallback generic Attribute type to widget functions"
x npm install
x meson setup build
x meson install -C build