2025-11-29 16:29:33 +00:00

54 lines
1.8 KiB
JSON

{
"version": "0.109.0",
"description": "A modern shell written in Rust",
"homepage": "https://www.nushell.sh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nushell/nushell/releases/download/0.109.0/nu-0.109.0-x86_64-pc-windows-msvc.zip",
"hash": "ed16a4c037ab607c4a81fd3a435e189f1bb872d3aab20e32a1c68f6bdffe442b"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.109.0/nu-0.109.0-aarch64-pc-windows-msvc.zip",
"hash": "c531e2d561557b7c26d1f0b172854f203444b6a9b9f5e91c5616167cf8d94db1"
}
},
"bin": "nu.exe",
"shortcuts": [
[
"nu.exe",
"Nushell",
"--execute \"cd ~\""
]
],
"post_uninstall": [
"if ($purge) {",
" $Directories = [string[]](",
" [System.IO.Path]::Combine($env:APPDATA,'nushell'),",
" [System.IO.Path]::Combine($env:LOCALAPPDATA,'nushell')",
" )",
" $Directories.ForEach{",
" if ([System.IO.Directory]::Exists($_)) {",
" $null = [System.IO.Directory]::Delete($_,$true)",
" }",
" }",
"}"
],
"checkver": {
"github": "https://github.com/nushell/nushell"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}