lin-ycv / EverythingPowerToys

Everything search plugin for PowerToys Run
Eclipse Public License 2.0
2.2k stars 57 forks source link

🐛 ARM version does not download from Winget #124

Closed akamienski closed 1 month ago

akamienski commented 1 month ago

Describe the bug Winget have capability to download specific installer type, either for x64 or ARM. I've noticed that winget downloads x64 version on ARM pc. Please provide that capability to avoid manual fix.

Expected behavior run winget install lin-ycv.EverythingPowerToys --source winget --silent to install ARM version on Windows 11 on ARM or provide seperate package to winget specifically for ARM

Version:

lin-ycv commented 1 month ago

Arm in Winget is only added to in 0.82.1, which is still under review https://github.com/microsoft/winget-pkgs/pull/163962

When you run winget install lin-ycv.EverythingPowerToys --source winget --silent it's downloading 0.82.0, which doesn't have the configs for arm, only x64.