Fix typo error in flatpak script (#12978)

Fix https://github.com/zed-industries/zed/issues/12977

Release Notes:

- N/A
This commit is contained in:
yodatak 2024-06-13 13:40:34 +02:00 committed by GitHub
parent cfbf5dca7a
commit 21764c38dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ channel=$(<crates/zed/RELEASE_CHANNEL)
export CHANNEL="$channel"
export ARCHIVE="$archive"
export APP_CLI = "zed"
export APP_CLI="zed"
if [[ "$channel" == "dev" ]]; then
export APP_ID="dev.zed.Zed-Dev"
export APP_NAME="Zed Devel"