Skip to content

Commit a063815

Browse files
committed
doc: adding code doc
1 parent d2177e1 commit a063815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail # Exit immediately if a command exits with a non-zero status.
33
# Define common variables
4-
DESKTOP_DIR=$HOME/.local/share/applications
4+
DESKTOP_DIR=$HOME/.local/share/applications # Directory for desktop entries
55
GITHUB_REPO="phcode-dev/phoenix-desktop"
66
API_URL="https://api.github.com/repos/$GITHUB_REPO/releases/latest"
77
ICON_URL="https://updates.phcode.io/icons/phoenix_icon.png"

0 commit comments

Comments
 (0)