A compiled program runs only when launched from a root directory of a repository #19
Labels
Good First Issue
Good for newcomers
High Priority
High priority.
Status: Needs Discussion
Needs more discussion.
Status: Needs Triage
This has not been labeled or discussed for handling yet.
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Type: Enhancement
Something meant to enhance existing features.
Thanks for taking the time to fill out a bug report.
If you want real-time support consider joining our Discord at https://melonbot.io/support instead.
Please note that this form is for bugs only!
Summary
When I put an executable somewhere else in my
$PATH
(including/usr/local/bin/
as shown in the readme) it gives an error:when I looked at the code (although I know basically no rust at all, just some other languages) it appears to be that the code literally does that, looks from the root of the project
Steps To Reproduce
cargo build --release
$PATH
Expected Behavior
Platform And Versions
Additional Context
The executable runs as intended when you
cd
into the cloned repo and run./target/release/lemon-cord
The text was updated successfully, but these errors were encountered: