Replies: 1 comment
-
Apologies for the interruption, but the issue has been resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, my application opts to install binaries via scripts rather than using sidecars, and now I'm facing an issue that has me stumped.
I'm unsure how to configure the shell scope to execute these commands:
On macOS and Linux:
On Windows:
In the commands above,
installURL
andcustomPath
will be determined by the user. How can I configure the shell scope to execute them?Here's the TypeScript code snippet I'm working with:
Thank you for taking the time to read my question. I hope to receive some guidance on this matter.
Beta Was this translation helpful? Give feedback.
All reactions