2023-03-21 20:27:00 +00:00

31 lines
952 B
JSON

{
"version": "0.20.0",
"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/v0.20.0/coder_0.20.0_windows_amd64.zip",
"hash": "6cfd377c755ad6eb7f0bcd32dbe969df973e9bbef7c943ea34c9d491d44a19e9"
}
},
"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"
}
}
}