tristanisham / zvm

zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
https://www.zvm.app
MIT License
488 stars 33 forks source link

build.ts has depreciating APIs #43

Closed tristanisham closed 9 months ago

tristanisham commented 10 months ago

I use build.ts to build releases for all of ZVM's supported platforms, but the Deno.run() API is being depreciated in Deno 2. I need to update the call to use the new Deno.Command() API before Deno 2 releases.

A successful PR would follow the contributing guide by running deno fmt . before submission, and by not tweaking the functionality of the file, just replacing this particular API so the script behaves in the exact same way.