mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
oh-my-posh3: Update to version 5.2.1
This commit is contained in:
parent
eb2df3835a
commit
804d69d570
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "5.2.0",
|
"version": "5.2.1",
|
||||||
"description": "A prompt theme engine for any shell",
|
"description": "A prompt theme engine for any shell",
|
||||||
"homepage": "https://ohmyposh.dev",
|
"homepage": "https://ohmyposh.dev",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"notes": "Refer to 'https://ohmyposh.dev/docs/installation#3-replace-your-existing-prompt' for shell specific configurations.",
|
"notes": "Refer to 'https://ohmyposh.dev/docs/installation#3-replace-your-existing-prompt' for shell specific configurations.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v5.2.0/posh-windows-wsl-amd64.7z",
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v5.2.1/posh-windows-wsl-amd64.7z",
|
||||||
"hash": "30efe02ce2a38d67b8373635feb3038eec30fdd50fd895c64dda66ad686fa202"
|
"hash": "881fab9039340f2c98095d280259967dcfd87360babd59653ab216d804c9876a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "bin\\oh-my-posh.exe",
|
"bin": "bin\\oh-my-posh.exe",
|
||||||
|
|||||||
@ -15,11 +15,11 @@
|
|||||||
},
|
},
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"if (!(Test-Path \"$persist_dir\\config.json\")) {",
|
"if (!(Test-Path \"$persist_dir\\config.json\")) {",
|
||||||
" New-Item -Force -Path \"$dir\" -Name 'config.json' -Value '{}' | Out-Null",
|
" Set-Content \"$dir\\config.json\" '{}' -Encoding 'Ascii'",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
"persist": "config.json",
|
|
||||||
"bin": "xray.exe",
|
"bin": "xray.exe",
|
||||||
|
"persist": "config.json",
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user