orca-app / orca

A Wasm environment for cross-platform, sandboxed graphical applications.
https://orca-app.dev
Other
156 stars 13 forks source link

Install script fixes #42

Closed rdunnington closed 9 months ago

rdunnington commented 9 months ago

The motivation for these changes is to fix issues I ran into while updating the zig samples to live in an external repo. While we have a long-term plan to move the tooling away from python, this should unblock anyone trying to use the orca bundle commands for an external project in the near term, as well as anyone trying to build the zig samples.

rdunnington commented 9 months ago

Yeah I think that's fine. This is just so the zig samples can work at all without using the vendor workflow. I can circle back to update them when your tooling changes land.