mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(store): install for current user only
This commit is contained in:
parent
dade13eb3d
commit
4b14195190
6
.github/workflows/microsoft_store.yml
vendored
6
.github/workflows/microsoft_store.yml
vendored
|
@ -32,21 +32,21 @@ jobs:
|
||||||
"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-amd64.exe",
|
||||||
"languages":["en"],
|
"languages":["en"],
|
||||||
"architectures":["X64"],
|
"architectures":["X64"],
|
||||||
"installerParameters":"/VERYSILENT",
|
"installerParameters":"/VERYSILENT /CURRENTUSER",
|
||||||
"isSilentInstall":false
|
"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.exe",
|
||||||
"languages":["en"],
|
"languages":["en"],
|
||||||
"architectures":["Arm64"],
|
"architectures":["Arm64"],
|
||||||
"installerParameters":"/VERYSILENT",
|
"installerParameters":"/VERYSILENT /CURRENTUSER",
|
||||||
"isSilentInstall":false
|
"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-386.exe",
|
||||||
"languages":["en"],
|
"languages":["en"],
|
||||||
"architectures":["X86"],
|
"architectures":["X86"],
|
||||||
"installerParameters":"/VERYSILENT",
|
"installerParameters":"/VERYSILENT /CURRENTUSER",
|
||||||
"isSilentInstall":false
|
"isSilentInstall":false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue