winget: Add ARM64 arch (#4024)

This commit is contained in:
Hsiao-nan Cheung 2022-10-14 15:52:22 +08:00 committed by GitHub
parent 8c9f9b2016
commit 38a8a4405a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@
},
"32bit": {
"pre_install": "Get-ChildItem \"$dir\" -Exclude '*x86.msix' | Remove-Item -Force -Recurse"
},
"arm64": {
"pre_install": "Get-ChildItem \"$dir\" -Exclude '*arm64.msix' | Remove-Item -Force -Recurse"
}
},
"installer": {