2024-10-01 20:28:47 +00:00

31 lines
952 B
JSON

{
"version": "2.15.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/v2.15.0/coder_2.15.0_windows_amd64.zip",
"hash": "a842d4cbf8c1c61b7f8fd08aae46e41c037f1235f14192f48a5345bcf25d66ba"
}
},
"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"
}
}
}