https://rancher.com/ logo
w

white-xylophone-9961

03/10/2023, 4:09 PM
Attempting to build rancher-desktop from source on macos, and got to the step in the README to
npm run build
and then look in
dist
, but nothing in dist appears to be a binary. Seems another step or two are missing.
f

fast-garage-66093

03/10/2023, 4:50 PM
Oops, packaging has been split off into a separate script, but the README wasn't updated. You'll need to run
npm run package --publish=never
after the build step.
w

white-xylophone-9961

03/10/2023, 5:58 PM
approved, if it's worth anything! Thanks!
I now see a
.dmg
file.
f

fast-garage-66093

03/10/2023, 5:59 PM
Thanks! Needs to be approved by someone with write access to the repo before it can be merged...
But thanks for confirming!
3 Views