2025-07-15 20:29:43 +00:00

31 lines
952 B
JSON

{
"version": "2.23.4",
"description": "Creates remote development machines so your team can develop from anywhere.",
"homepage": "https://coder.com/",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/coder/coder/releases/download/v2.23.4/coder_2.23.4_windows_amd64.zip",
"hash": "0a8fee04f1e60c95b87dc08f4a668936a74d34b4529bf968f2bddbcb9f14e432"
}
},
"bin": "coder.exe",
"env_set": {
"CODER_CONFIG_DIR": "$dir\\config"
},
"persist": "config",
"checkver": {
"github": "https://github.com/coder/coder"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coder/coder/releases/download/v$version/coder_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/coder_$version_checksums.txt"
}
}
}