2023-04-25 16:27:49 +00:00

31 lines
952 B
JSON

{
"version": "0.23.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.23.0/coder_0.23.0_windows_amd64.zip",
"hash": "3fc984cee5a60b624d337d246204ef5f7f32f4f3ed2391007483d9f470316ea6"
}
},
"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"
}
}
}