mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 04:07:25 -08:00
feat(store): migrate to MSI
This commit is contained in:
parent
ab1fb14988
commit
3d48936e67
12
.github/workflows/microsoft_store.yml
vendored
12
.github/workflows/microsoft_store.yml
vendored
|
@ -29,24 +29,24 @@ jobs:
|
|||
product-update: '{
|
||||
"packages":[
|
||||
{
|
||||
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-amd64.exe",
|
||||
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-x64.msi",
|
||||
"languages":["en"],
|
||||
"architectures":["X64"],
|
||||
"installerParameters":"/VERYSILENT /CURRENTUSER /INSTALLER=ws",
|
||||
"installerParameters":"/quiet INSTALLER=ws",
|
||||
"isSilentInstall":false
|
||||
},
|
||||
{
|
||||
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-arm64.exe",
|
||||
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-arm64.msi",
|
||||
"languages":["en"],
|
||||
"architectures":["Arm64"],
|
||||
"installerParameters":"/VERYSILENT /CURRENTUSER /INSTALLER=ws",
|
||||
"installerParameters":"/quiet INSTALLER=ws",
|
||||
"isSilentInstall":false
|
||||
},
|
||||
{
|
||||
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-386.exe",
|
||||
"packageUrl":"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v${{ github.event.inputs.version }}/install-x86.msi",
|
||||
"languages":["en"],
|
||||
"architectures":["X86"],
|
||||
"installerParameters":"/VERYSILENT /CURRENTUSER /INSTALLER=ws",
|
||||
"installerParameters":"/quiet INSTALLER=ws",
|
||||
"isSilentInstall":false
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue