Skip to content

Commit

Permalink
fix(config): add spotify-launcher as a potential install path (#3069)
Browse files Browse the repository at this point in the history
  • Loading branch information
N0tACyb0rg authored Jun 13, 2024
1 parent bcdea3b commit c1493ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ func linuxApp() string {
"/usr/libexec/spotify/",
"/var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/",
"$HOME/.local/share/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/",
"$HOME/.local/share/spotify-launcher/install/usr/share/spotify/",
}

for _, v := range potentialList {
Expand Down

0 comments on commit c1493ae

Please sign in to comment.