miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

Fix installation of win64_msvc2019_arm64 arch #711

Closed ddalcino closed 10 months ago

ddalcino commented 10 months ago

Fix #710.

This fixes the behavior of the --autodesktop flag and the updater, when installing win64_msvc2019_arm64 for desktop targets.

This is work in progress for now, because I think it would be worthwhile to add a CI job to the Azure Pipelines that builds a project using this architecture. I haven't quite figured out how to do that yet.

ddalcino commented 10 months ago

Azure pipeline appears to build successfully: https://dev.azure.com/miurahr/github/_build/results?buildId=7844&view=logs&j=c4497b2b-649a-591e-539b-0d716883e33e&t=ca89b544-574d-5e59-58ce-ea1d36f8341b

Moving out of draft/WIP status.

miurahr commented 10 months ago

LGTM.