Skip to content

Commit c1493ae

Browse files
authored
fix(config): add spotify-launcher as a potential install path (#3069)
1 parent bcdea3b commit c1493ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ func linuxApp() string {
305305
"/usr/libexec/spotify/",
306306
"/var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/",
307307
"$HOME/.local/share/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/",
308+
"$HOME/.local/share/spotify-launcher/install/usr/share/spotify/",
308309
}
309310

310311
for _, v := range potentialList {

0 commit comments

Comments
 (0)