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

Add "./" to the path for backward compatibility for executables in c… #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nimeshnsat
Copy link
Contributor

Ensure the executable path is correct based on Go 1.19+ behavior.

Starting from Go 1.19, executables in the current directory must be prefixed with "./" when invoked,
otherwise, Go will not execute them. This adjustment is necessary to maintain compatibility

with existing configuration files (e.g., Silver configurations), which may not explicitly include "./" in the path for executables located in the current directory.

For example, updater.exe in startup or scheduled tasks might lack "./" in its path.

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 this pull request may close these issues.

1 participant