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

Use class member applicationName variable instead of local in UpdateManager's constructor. #345

Merged
merged 1 commit into from
May 15, 2015

Conversation

theofanis
Copy link
Contributor

I keep getting an exception from Path.Combine after updating to 0.99 if applicationName parameter is null, as suggested since it's now optional.

I guess this is just a small oversight and the local applicationName is used to find the rootAppDirectory, even though the class member applicationName is correctly set beforehand.

I keep getting an exception from Path.Combine after updating to 0.99 if applicationName parameter is null, as suggested since it's now optional.

I guess this is an oversight and the local applicationName is used to find the rootAppDirectory, even though the class member applicationName is correctly set beforehand.
anaisbetts added a commit that referenced this pull request May 15, 2015
Use class member applicationName variable instead of local in UpdateManager's constructor.
@anaisbetts anaisbetts merged commit 94f6003 into Squirrel:master May 15, 2015
@anaisbetts
Copy link
Contributor

hwhoops, thanks!

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.

2 participants