mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
Qt: Fix qrc generation script ordering differently
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user