From 0a42fdd340bf3f12564ae1fbc78aa76b52f695d7 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sun, 21 Jul 2024 12:13:19 +1000 Subject: [PATCH] zed-nightly: add 20240721 --- bucket/zed-nightly.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/zed-nightly.json diff --git a/bucket/zed-nightly.json b/bucket/zed-nightly.json new file mode 100644 index 00000000000..fab9bcdff77 --- /dev/null +++ b/bucket/zed-nightly.json @@ -0,0 +1,21 @@ +{ + "version": "20240721", + "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"], + "architecture": { + "64bit": { + "url": "https://github.com/deevus/zed-windows-builds/releases/download/20240721/zed-windows.zip", + "hash": "3a7e699a93c964d6caafb50220f1a310ccbbb00746fe50c97651e9b3b80a2beb" + } + }, + "extract_dir": "zed-release", + "bin": "zed.exe", + "shortcuts": [["zed.exe", "Zed"]], + "checkver": { + "github": "https://github.com/deevus/zed-windows-builds" + }, + "autoupdate": { + "url": "https://github.com/deevus/zed-windows-builds/releases/download/$version/zed-windows.zip" + } +}