Rename to spotify-quickauth

This commit is contained in:
2024-10-03 20:12:54 -05:00
parent 9959787ff3
commit 0e96772077
8 changed files with 38 additions and 22 deletions

4
run.sh
View File

@@ -15,7 +15,7 @@ else
fi
# Fetch the latest release download URL
REPO="Xevion/spotify-player-quickauth"
REPO="Xevion/spotify-quickauth"
API_URL="https://api.github.com/repos/$REPO/releases/latest"
if [ -n "$GH_TOKEN" ]; then
API_URL="$API_URL -H 'Authorization: Bearer $GH_TOKEN'"
@@ -27,7 +27,7 @@ if [ -z "$DOWNLOAD_URL" ]; then
exit 1
fi
EXECUTABLE="spotify-player-quickauth"
EXECUTABLE="spotify-quickauth"
curl -Lso $EXECUTABLE.tar.gz $DOWNLOAD_URL
tar -xvf $EXECUTABLE.tar.gz $EXECUTABLE
rm $EXECUTABLE.tar.gz