Got 'spotify' ready for Apple Silicon

'spotify' is now ready for Apple Silicon
This commit is contained in:
Adrian Bühler
2021-09-06 16:15:05 +02:00
committed by GitHub
parent ca17fa3c6b
commit 614e412f01

View File

@@ -1,7 +1,11 @@
spotify)
name="Spotify"
type="dmg"
downloadURL="https://download.scdn.co/Spotify.dmg"
if [[ $(arch) == arm64 ]]; then
downloadURL="https://download.scdn.co/SpotifyARM64.dmg"
elif [[ $(arch) == i386 ]]; then
downloadURL="https://download.scdn.co/Spotify.dmg"
fi
# appNewVersion=$(curl -fs https://www.spotify.com/us/opensource/ | cat | grep -o "<td>.*.</td>" | head -1 | cut -d ">" -f2 | cut -d "<" -f1) # does not result in the same version as downloaded
expectedTeamID="2FNC3A47ZF"
;;