Evan Reed 30ea341cd3
mise: manifest updated to more portable config (#6453)
Co-authored-by: Chawye Hsu <su+git@chawyehsu.com>
2025-01-17 21:29:40 +08:00

50 lines
1.7 KiB
JSON

{
"version": "2025.1.8",
"description": "Polyglot tool version manager and task runner",
"homepage": "https://mise.jdx.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jdx/mise/releases/download/v2025.1.8/mise-v2025.1.8-windows-x64.zip",
"hash": "0c037ec1ad8923fd37bd2fee105624b075caf3eec3087f07ba3d4ea5270f36ff"
},
"arm64": {
"url": "https://github.com/jdx/mise/releases/download/v2025.1.8/mise-v2025.1.8-windows-arm64.zip",
"hash": "e1ab630c2a56d6d26dbca383d2f28d7997a7a9e133f2eebb269e7beb3d33d7df"
}
},
"extract_dir": "mise",
"bin": "bin/mise.exe",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\config.toml\") -and !(Test-Path \"$dir\\config.toml\")) {",
" New-Item -Path \"$dir\\config.toml\" -ItemType File -ea 0 | Out-Null",
"}"
],
"env_set": {
"MISE_DATA_DIR": "$dir\\mise",
"MISE_GLOBAL_CONFIG_FILE": "$dir\\config.toml"
},
"env_add_path": "mise\\shims",
"persist": [
"mise",
"config.toml"
],
"notes": "See documentation for notes on configuring your shell: https://mise.jdx.dev/installing-mise.html",
"checkver": {
"github": "https://github.com/jdx/mise"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jdx/mise/releases/download/v$version/mise-v$version-windows-x64.zip"
},
"arm64": {
"url": "https://github.com/jdx/mise/releases/download/v$version/mise-v$version-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt"
}
}
}