oSumAtrIX / DownOnSpot

🎧 A Spotify music and playlist downloader working with free Spotify accounts written in Rust
https://osumatrix.me
GNU General Public License v3.0
555 stars 44 forks source link

Set Nightly Rust as default, store config in better places #16

Closed thatpix3l closed 2 years ago

thatpix3l commented 2 years ago

There's a thing called the "XDG Base Desktop Specification" that defines where folders and files should be saved on Linux systems (although it is generally followed by most UNIX-based systems). My commits change where the settings.json is stored and loaded from. Also, for convenience sake, I added a rust-toolchain file containing the rust version so that it gets used when compiling, without resorting to changing your global toolchain default.

oSumAtrIX commented 2 years ago

Thank you