-
-
Notifications
You must be signed in to change notification settings - Fork 869
Fix Relative Path error on Windows #122
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
Fix Relative Path error on Windows #122
Conversation
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
=======================================
Coverage 32.46% 32.46%
=======================================
Files 5 5
Lines 499 499
=======================================
Hits 162 162
Misses 307 307
Partials 30 30
Continue to review full report at Codecov.
|
Tested on linux as well, seems good :D |
What's your |
@cosmtrek I don't have an |
i have my windows systems now... i will check this feature... |
test pass LGTM |
This error was shown when trying to delete old
main.exe
file on Windows:This patch fixes that error, locally tested.