Festify / cordova-spotify

:notes: A Cordova / PhoneGap plugin for the Spotify SDKs on iOS and Android
MIT License
23 stars 21 forks source link

Rewrite shell scripts to JS #31

Open NeoLegends opened 7 years ago

NeoLegends commented 7 years ago

Current installation shell scripts sometimes have trouble with execution rights. Cordova is able to execute JS files instead of shell scripts on installation time, though. They're less likely to have these problems.

Extracted from #21 . Closes #21.

andreasseiler commented 7 years ago

:thumbsup:

NeoLegends commented 7 years ago

@andreasseiler Please make use of the 👍🏻-emoji on the issue comment instead of posting +1s. This keeps the tracker clean. :)

NeoLegends commented 7 years ago

Hmm, all the shell scripts have the execute permission set.