Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absolute Path of Command is Required on MacOS when Terminal Mode is Off #47

Open
Grayseon opened this issue Dec 26, 2023 · 1 comment · May be fixed by #48
Open

Absolute Path of Command is Required on MacOS when Terminal Mode is Off #47

Grayseon opened this issue Dec 26, 2023 · 1 comment · May be fixed by #48

Comments

@Grayseon
Copy link

Describe the bug:

On MacOS systems, (as mentioned in the bottom of the README) an absolute path is required to run commands when terminal mode is off.

To Reproduce:

Steps to reproduce the behavior:

  1. Set the command to use a non built-in command, such as "node ${path.join(__dirname, './tester.js')} $_URL_" (See how it uses node?)
  2. Set terminal to false in the configuration.
  3. Register the protocol.
  4. Go to the protocol in a browser.
  5. It will error and say that the command does not exist.

Expected behavior:

It should run the command like a user is doing so.


@Grayseon Grayseon linked a pull request Dec 26, 2023 that will close this issue
10 tasks
@Shubham-Kumar-2000
Copy link
Owner

Please fix requested changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants