ubuntu / ubuntu-make

Easy setup of common tools for developers on Ubuntu.
GNU General Public License v3.0
1.19k stars 189 forks source link

Adapt to the changes in godot download page #698

Closed Jeffrey04 closed 4 weeks ago

Jeffrey04 commented 1 month ago

This is a minor patch to fix godot installation with umake. Long term fix would be introducing a proper html parser but for now this fix will do.

Jeffrey04 commented 4 weeks ago

hmm the asset logo url is changed again, let me fix it

Jeffrey04 commented 4 weeks ago

Looks good. Change the regex to href=\"?([^\s]+\.zip) since we don't need the rest of the line parsed

done

LyzardKing commented 4 weeks ago

Merged. Thank you for the fix