upgrade_serve:r Fix filesend needs to send filename without path

This commit is contained in:
deajan 2025-01-16 23:55:53 +01:00
parent b89ded2ea3
commit 4906566d6e

View file

@ -160,7 +160,7 @@ def get_file(
build_type=file.build_type.value,
audience=file.audience.value,
sha256sum=sha256,
filename=archive_path,
filename=os.path.basename(archive_path),
file_length=length,
)
return file_send