Skip to content

Commit

Permalink
Fix Flatpak desktop entry (zed-industries#13019)
Browse files Browse the repository at this point in the history
Fixes a problem where the env variable was being set in the wrong spot
in zed-industries#12951

Release Notes:

- N/A
  • Loading branch information
someone13574 authored Jun 14, 2024
1 parent 10d3ad4 commit 0ed5327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions crates/zed/resources/flatpak/manifest-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
1 change: 0 additions & 1 deletion script/flatpak/bundle-flatpak
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ed5327

Please sign in to comment.