Pyside6-deploy fill list value to attr in pysidedeploy.desc should be sorted
otherwise after every build ,some changes in VCS like
# qt modules used. comma separated -modules = Core,DBus,Gui,Network,Qml,Widgets +modules = Gui,Network,Core,Qml,DBus,Widgets
It's really annoying.
At the same time, May be consider not replace relative path with abs path in some field like
-input_file = ./src/main.py +input_file = /abs_path_of_dir/src/main.py -python_path = ./.venv/bin/python3 +python_path = /abs_path_of_dir/.venv/bin/python3
a cr like https://codereview.qt-project.org/c/pyside/pyside-setup/+/662575