Skip to content

Commit

Permalink
Fix typo error in flatpak script (zed-industries#12978)
Browse files Browse the repository at this point in the history
Fix zed-industries#12977

Release Notes:

- N/A
  • Loading branch information
yodatak authored and fallenwood committed Jun 18, 2024
1 parent 9a9991d commit 96d7ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/flatpak/bundle-flatpak
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 96d7ee1

Please sign in to comment.