h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

fix: Use proper path for wave fetch. #2177 #2183

Closed YashasviMantha closed 8 months ago

YashasviMantha commented 8 months ago

URL generated for fetching should be of the format: wave-{version}-{operating_system}-{arch}

But the fetch url being generated was using platform instead of the operating_system.

Since this variable is set on the build time. Changed the hatch_build.py file. This will also change the metadata.py file that gets generated.

Closes h2oai#2177

The PR fulfills these requirements: (check all the apply)