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 d2177e1 commit a063815Copy full SHA for a063815
docs/linux/installer.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -euo pipefail # Exit immediately if a command exits with a non-zero status.
3
# Define common variables
4
-DESKTOP_DIR=$HOME/.local/share/applications
+DESKTOP_DIR=$HOME/.local/share/applications # Directory for desktop entries
5
GITHUB_REPO="phcode-dev/phoenix-desktop"
6
API_URL="https://api.github.com/repos/$GITHUB_REPO/releases/latest"
7
ICON_URL="https://updates.phcode.io/icons/phoenix_icon.png"
0 commit comments