Fix Flatpak desktop entry (#13019)

Fixes a problem where the env variable was being set in the wrong spot
in #12951

Release Notes:

- N/A
This commit is contained in:
Owen Law 2024-06-13 20:23:49 -04:00 committed by GitHub
parent 10d3ad4e33
commit 0ed5327b1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@
"APP_NAME": "$APP_NAME",
"BRANDING_LIGHT": "$BRANDING_LIGHT",
"BRANDING_DARK": "$BRANDING_DARK",
"APP_CLI": "zed",
"APP_ARGS": "--foreground",
"DO_STARTUP_NOTIFY": "false"
}

View File

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