leftdevL
Denoβ€’3y agoβ€’
1 reply
leftdev

Include platform and version in compiled binary filename

Right now when i run deno compile --output bin/myprogram, it works as expected. Is is possible to save the filename by the package.json (or is there anywhere else i should put the version?) in the output filename? (e.g bin/myprogram_2.0.0). thanks
Was this page helpful?