On 5/3/22 11:57, Peter Maydell wrote:
We currently list the emulators in the Windows installer's dialog in an essentially random order (it's whatever glob.glob() returns them to, which is filesystem-implementation-dependent). Add a call to sorted() so they appear in alphabetical order.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- scripts/nsis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>