mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
feat(windows): publish all supported architectures
This commit is contained in:
parent
24d2ef4767
commit
e8cbf7199e
16
.github/workflows/microsoft_store.yml
vendored
16
.github/workflows/microsoft_store.yml
vendored
|
@ -33,7 +33,21 @@ jobs:
|
||||||
"languages":["en"],
|
"languages":["en"],
|
||||||
"architectures":["X64"],
|
"architectures":["X64"],
|
||||||
"installerParameters":"/VERYSILENT",
|
"installerParameters":"/VERYSILENT",
|
||||||
"isSilentInstall":true
|
"isSilentInstall":false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-arm64.exe",
|
||||||
|
"languages":["en"],
|
||||||
|
"architectures":["Arm64"],
|
||||||
|
"installerParameters":"/VERYSILENT",
|
||||||
|
"isSilentInstall":false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-386.exe",
|
||||||
|
"languages":["en"],
|
||||||
|
"architectures":["X86"],
|
||||||
|
"installerParameters":"/VERYSILENT",
|
||||||
|
"isSilentInstall":false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}'
|
}'
|
||||||
|
|
Loading…
Reference in a new issue