Skip to content

Commit 2cf1e57

Browse files
authored
fix(linux install script): flatpak directory (#1441)
1 parent 0da0797 commit 2cf1e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/linux/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ find_gd_installation() {
7171
verbose_log "Searching for Geometry Dash..."
7272
local DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
7373

74-
for GD_IDX in "$DATA_HOME/Steam" "$HOME/Steam" "$HOME/.var/com.valvesoftware.Steam/data/Steam"; do
74+
for GD_IDX in "$DATA_HOME/Steam" "$HOME/Steam" "$HOME/.var/app/com.valvesoftware.Steam/data/Steam"; do
7575
local PATH_TEST="$GD_IDX/steamapps/common/Geometry Dash"
7676
verbose_log "- Testing path ${YELLOW}$PATH_TEST${NC}"
7777

0 commit comments

Comments
 (0)