mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
winget: Add ARM64 arch (#4024)
This commit is contained in:
parent
8c9f9b2016
commit
38a8a4405a
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user