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

Get right install dir on custom installation #1369

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

Ace-Radom
Copy link
Contributor

Fixes #1368.

Use AppDomain.CurrentDomain property to get program path. Fixed path under AppData doesn't work on custom installation.

Besides, I think there's no need to create the program directory before getting it. The installation directory must exist otherwise llt shouldn't be there, therefore I removed the directory create line.

@BartoszCichecki BartoszCichecki merged commit 4aa60d4 into BartoszCichecki:master Jul 19, 2024
1 check passed
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.

CLI PATH environment variable does not follow custom installation location
2 participants