We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0083548 commit 8f79c7aCopy full SHA for 8f79c7a
1 file changed
docs/linux/installer-pre-prod.sh
@@ -9,6 +9,7 @@ INSTALL_DIR="$HOME/.phoenix-code"
9
LINK_DIR="$HOME/.local/bin"
10
DESKTOP_DIR="$HOME/.local/share/applications" # Directory for desktop entries
11
DESKTOP_ENTRY_NAME="PhoenixCode.desktop"
12
+DESKTOP_APP_NAME="Phoenix Code"
13
DESKTOP_ENTRY="$DESKTOP_DIR/$DESKTOP_ENTRY_NAME"
14
SCRIPT_NAME="phcode" # Name of the script to invoke the binary
15
BINARY_NAME="phoenix-code"
@@ -362,7 +363,7 @@ copyFilesToDestination(){
362
363
cat > "$DESKTOP_ENTRY" <<EOF
364
[Desktop Entry]
365
Type=Application
-Name=Phoenix Code
366
+Name=$DESKTOP_APP_NAME
367
GenericName=Code Editor
368
Comment=Code editor
369
Keywords=Programming;Development;IDE;Editor;Code;
0 commit comments