mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
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:
parent
10d3ad4e33
commit
0ed5327b1c
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue