mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-30 02:23:03 +00:00
The `android:icon` attribute is expected to be the last one in the application
definition, as documented by the comment. cd64bcd missed that and caused some
arguments to be truncated.
Fixes #50224.