Skip to content

Commit 8f79c7a

Browse files
committed
ci: dev built linux install scripts for testing
1 parent 0083548 commit 8f79c7a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/linux/installer-pre-prod.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ INSTALL_DIR="$HOME/.phoenix-code"
99
LINK_DIR="$HOME/.local/bin"
1010
DESKTOP_DIR="$HOME/.local/share/applications" # Directory for desktop entries
1111
DESKTOP_ENTRY_NAME="PhoenixCode.desktop"
12+
DESKTOP_APP_NAME="Phoenix Code"
1213
DESKTOP_ENTRY="$DESKTOP_DIR/$DESKTOP_ENTRY_NAME"
1314
SCRIPT_NAME="phcode" # Name of the script to invoke the binary
1415
BINARY_NAME="phoenix-code"
@@ -362,7 +363,7 @@ copyFilesToDestination(){
362363
cat > "$DESKTOP_ENTRY" <<EOF
363364
[Desktop Entry]
364365
Type=Application
365-
Name=Phoenix Code
366+
Name=$DESKTOP_APP_NAME
366367
GenericName=Code Editor
367368
Comment=Code editor
368369
Keywords=Programming;Development;IDE;Editor;Code;

0 commit comments

Comments
 (0)