We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9410701 commit b6cef34Copy full SHA for b6cef34
scripts/update_flathub_version.py
@@ -15,7 +15,7 @@
15
# Requires the 2nd VERSION argument to be passed
16
version = sys.argv[1:][0]
17
18
-tar_url = f"https://github.com/{REPO}/releases/download/v{version}/Spotube-linux-x86_64.tar.xz"
+tar_url = f"https://github.com/{REPO}/releases/download/v{version}/spotube-linux-{version}-x86_64.tar.xz"
19
tar_sha256 = hashlib.sha256()
20
print(f"Downloading file {tar_url} to generete sha256 sum")
21
tar = requests.get(tar_url)
0 commit comments