Extras/bucket/github-copilot.json
2026-07-29 00:54:47 +00:00

39 lines
1.4 KiB
JSON

{
"version": "1.1.2",
"description": "GitHub Copilot, an agent-native desktop development environment.",
"homepage": "https://github.com/github/app",
"license": {
"identifier": "Proprietary",
"url": "https://github.com/github/app/blob/main/License.md"
},
"notes": "Requires an active GitHub Copilot subscription (Pro, Pro+, Business, or Enterprise) and Git installed.",
"architecture": {
"64bit": {
"url": "https://github.com/github/app/releases/download/v1.1.2/GitHub-Copilot-windows-x64.msi",
"hash": "8b57b056385886d2804dc4cf9fee1002a997b09945b08008081ebd9b3931a5df"
},
"arm64": {
"url": "https://github.com/github/app/releases/download/v1.1.2/GitHub-Copilot-windows-arm64.msi",
"hash": "e99d9674e096d63ed98497abf1d29151da975f59927e092cdff25164884971c8"
}
},
"extract_dir": "PFiles\\GitHub Copilot",
"shortcuts": [
[
"github.exe",
"GitHub Copilot"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/app/releases/download/v$version/GitHub-Copilot-windows-x64.msi"
},
"arm64": {
"url": "https://github.com/github/app/releases/download/v$version/GitHub-Copilot-windows-arm64.msi"
}
}
}
}