feat(installer): get latest version from Github API

This commit is contained in:
Kingkor Roy Tirtho 2023-06-04 14:26:50 +06:00
parent 1763a36a26
commit 957c085e12

View File

@ -8,7 +8,10 @@ ICON_PATH=/usr/share/icons/spotube/spotube-logo.png
BIN_SYMLINK_PATH=/usr/bin/spotube
TEMP_DIR=/tmp/spotube-installer
VERSION="2.7.1"
# get latest version from github api
VERSION=$(curl --silent "https://api.github.com/repos/KRTirtho/spotube/releases/latest" \
| grep -Po '"tag_name": "\K.*?(?=")')
function spotube_help(){
# available flags are -v or --version to specify what version to download