Add (flatpak) and (snap) suffixes to Zed version in system info (#32903)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-06-17 20:39:35 +00:00
committed by GitHub
parent 051fa06c7c
commit a422345224
4 changed files with 54 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
cd "$(dirname "$0")/../.."
shopt -s extglob
script/bundle-linux
script/bundle-linux --flatpak
archive_match="zed(-[a-zA-Z0-9]+)?-linux-$(uname -m)\.tar\.gz"
archive=$(ls "target/release" | grep -E ${archive_match})
channel=$(<crates/zed/RELEASE_CHANNEL)