Kesomannen / gale

Lightweight Thunderstore client
GNU General Public License v3.0
25 stars 3 forks source link

Fix r2modman/thunderstore profile importing on Linux #20

Closed Rune580 closed 1 month ago

Rune580 commented 1 month ago

r2modman/thunderstore keep their profiles under config dirs (~/.config/) instead of data dirs (~/.local/share/). this PR adds linux specific handling of this difference.

These changes fix r2modman/thunderstore profile importing on Linux

Kesomannen commented 1 month ago

Thanks, I wasnt aware of this

I'll change the implementation to be more concise