Extras/bucket/zed.json
2026-07-29 16:47:17 +00:00

44 lines
1.6 KiB
JSON

{
"version": "1.13.1",
"description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.",
"homepage": "https://zed.dev/",
"license": "AGPL-3.0, Apache-2.0, GPL-3.0",
"notes": "Please manually disable Zed's auto-update feature in the settings to prevent the updater from installing the program in unintended locations.",
"architecture": {
"64bit": {
"url": "https://github.com/zed-industries/zed/releases/download/v1.13.1/Zed-x86_64.exe",
"hash": "5699c1651fff0e3bfe7dac1480e45bc8e405f40ea288b19071f0186209809f53"
},
"arm64": {
"url": "https://github.com/zed-industries/zed/releases/download/v1.13.1/Zed-aarch64.exe",
"hash": "b85f0aaac1f37a25575c2e0e77da7e2821355af783878a7278c137b88f589cc4"
}
},
"installer": {
"script": [
"Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{app}'",
"Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{code_GetInstallDir}' -Removal"
]
},
"bin": "bin\\zed.exe",
"shortcuts": [
[
"zed.exe",
"Zed"
]
],
"checkver": {
"github": "https://github.com/zed-industries/zed"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zed-industries/zed/releases/download/v$version/Zed-x86_64.exe"
},
"arm64": {
"url": "https://github.com/zed-industries/zed/releases/download/v$version/Zed-aarch64.exe"
}
}
}
}