diff --git a/bucket/zed.json b/bucket/zed.json index ae0f8d7fb3f393..862d17f1c00e85 100644 --- a/bucket/zed.json +++ b/bucket/zed.json @@ -1,15 +1,24 @@ { - "version": "0.207.4", + "version": "0.208.4", "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/v0.207.4/zed.zip", - "hash": "dca3018773973d0936aa8487b52d2aaade2795de2481bca2dcbea92f09b541b6" + "url": "https://github.com/zed-industries/zed/releases/download/v0.208.4/Zed-x86_64.exe", + "hash": "d63df3780ef3bfc5fc1195540ebad18c8514344eaf9325ab695ce1ad70f17700" } }, - "bin": "zed.exe", + "installer": { + "script": [ + "Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{app}'", + "Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{code_GetInstallDir}' -Removal" + ] + }, + "bin": [ + "bin\\zed", + "bin\\zed.exe" + ], "shortcuts": [ [ "zed.exe", @@ -17,13 +26,9 @@ ] ], "checkver": { - "url": "https://github.com/deevus/zed-windows-builds/releases", - "regex": "v(\\d+\\.\\d+\\.\\d+)" + "github": "https://github.com/zed-industries/zed" }, "autoupdate": { - "url": "https://github.com/deevus/zed-windows-builds/releases/download/v$version/zed.zip", - "hash": { - "url": "https://github.com/deevus/zed-windows-builds/releases/download/v$version/sha256sums.txt" - } + "url": "https://github.com/zed-industries/zed/releases/download/v$version/Zed-x86_64.exe" } }