Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(install): respect XDG_CONFIG_HOME (#839)
Apply the same logic that is used in _spicetify/cli/src/utils/path-utils.go:GetSpicetifyFolder_. $SPICETIFY_CONFIG_DIR is now, in order : - $SPICETIFY_CONFIG - $XDG_CONFIG_HOME/spicetify - $HOME/.config/spicetify This fixes a bug when installing `spicetify` and `marketplace` with a custom $XDG_CONFIG_HOME, making the marketplace theme and custom app invisible to spicetify.
- Loading branch information