diff --git a/tools/installer_post_process.py b/tools/installer_post_process.py index 127ea98b2..f6a6ef99f 100644 --- a/tools/installer_post_process.py +++ b/tools/installer_post_process.py @@ -167,6 +167,7 @@ def _find_matching_installer( version=server_installer.get("version"), platform=server_installer.get("platform"), filename=server_installer.get("filename"), + distro_short=server_installer.get("distro_short"), installer_path=installer_info.installer_path, python_version=server_installer.get("pythonVersion"), checksum=server_installer.get("checksum"),