Qt: Fix qrc generation script ordering differently

This commit is contained in:
Stenzek
2025-11-07 20:24:28 +10:00
parent a49b351db2
commit cb5ab7292e

View File

@@ -3,6 +3,9 @@
IFS="
"
# Avoid different platforms generating different order.
export LC_ALL=C
printf "<RCC>\n"
printf "\t<qresource>\n"
for i in $(find . -not -iname '*.sh' -not -iname '*.qrc' -type f | cut -d'/' -f2-99 | sort); do