2022-09-08 16:30:43 +00:00

31 lines
952 B
JSON

{
"version": "0.8.14",
"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.8.14/coder_0.8.14_windows_amd64.zip",
"hash": "435cc6a195c7af4a210d90ed78f59f802407caf6740986087f4e2ae983b7d3f8"
}
},
"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"
}
}
}