diff --git a/gsn-install.sh b/gsn-install.sh index 3f920ab..5d7d382 100644 --- a/gsn-install.sh +++ b/gsn-install.sh @@ -3,7 +3,7 @@ set -xeuo pipefail git clone https://github.com/sugoidogo/gamescope-session-nested.git || true cd gamescope-session-nested git pull -cp -rv .local ~/ +cp -rv .local .config ~/ chmod +x ~/.local/share/gamescope-session-nested/* update-desktop-database ~/.local/share/applications read -rp "Install Complete" \ No newline at end of file