Skip to content

Commit b6cef34

Browse files
committed
chore: flathub yaml update script
1 parent 9410701 commit b6cef34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_flathub_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Requires the 2nd VERSION argument to be passed
1616
version = sys.argv[1:][0]
1717

18-
tar_url = f"https://github.com/{REPO}/releases/download/v{version}/Spotube-linux-x86_64.tar.xz"
18+
tar_url = f"https://github.com/{REPO}/releases/download/v{version}/spotube-linux-{version}-x86_64.tar.xz"
1919
tar_sha256 = hashlib.sha256()
2020
print(f"Downloading file {tar_url} to generete sha256 sum")
2121
tar = requests.get(tar_url)

0 commit comments

Comments
 (0)