{ "version": "0.104.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.104.0/nu-0.104.0-x86_64-pc-windows-msvc.zip", "hash": "bbbbe04f7115cd22bd3be23755e248bee2902964fc51c5a1ad5436539217b104" }, "arm64": { "url": "https://github.com/nushell/nushell/releases/download/0.104.0/nu-0.104.0-aarch64-pc-windows-msvc.zip", "hash": "5e6b560b1ce8ada88228745b0ced480afec4e3fdec780666e4d8a880ed398f90" } }, "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" } } }