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

Ensure we locate UI helpers correctly on Linux/published as a single file #310

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

mjcheetham
Copy link
Collaborator

Ensure that we are using the correct entry executable directory when published as a single file application. When looking for UI helpers we were still using the Assembly::Location property, which is null for single file applications.

Move to pass the (correctly computed) application path to the ICommandContext, which is available everywhere.

Fixes #309

Ensure that we are using the correct entry executable directory
when published as a single file application. When looking for UI helpers
we were still using the Assembly::Location property, which is null for
single file applications.

Move to pass the (correctly computed) application path to the
ICommandContext, which is available everywhere.
@mjcheetham mjcheetham changed the title Ensure we locate UI helpers correctly with on Linux/published as a single file Ensure we locate UI helpers correctly on Linux/published as a single file Mar 11, 2021
Copy link
Collaborator

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@mjcheetham mjcheetham merged commit 3acb57e into git-ecosystem:master Mar 12, 2021
@mjcheetham mjcheetham deleted the fix-singlefile branch March 12, 2021 13:27
@mjcheetham mjcheetham mentioned this pull request May 6, 2021
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.

Error thrown on linux before login is prompted
3 participants