fix: use metadata version instead of pre-release (#54)

This commit is contained in:
Patric Stout
2024-06-07 20:33:32 +02:00
committed by GitHub
parent dda6d48512
commit d3f56455d5

View File

@@ -23,7 +23,7 @@ os.makedirs("data")
session = requests.Session()
# Find the latest installer listing.
if ref_name and ref_name.endswith("-sisi"):
if ref_name and ref_name.endswith("+sisi"):
print("Downloading Singularity data")
latest = session.get("https://binaries.eveonline.com/eveclient_SISI.json").json()
else: