SecUpwN / Spotify-AdKiller

Your Party with Spotify - without ads!
https://github.com/SecUpwN/Spotify-AdKiller
GNU General Public License v3.0
839 stars 83 forks source link

Added code that creates $APPDIR if it doesn't exist. #88

Closed dmjardell closed 7 years ago

dmjardell commented 7 years ago

On my fresh install of Xubuntu the directory 'applications' in $HOME/.local/share did not exist which caused install.sh to fail with it's copy of "Spotify (AdKiller).desktop" to that dir. I solved this by creating the missing folder and running install.sh oncemore.

I've added code to install.sh that resolves this issue from happening in the future.