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

Calculate hash of native dll if zipped #45

Merged
merged 1 commit into from
Jan 17, 2014
Merged

Conversation

woehrl01
Copy link

If you add a native dll, the hash is calculated on the zipped file, these leads to always replacing the dll. If the process is already running this follows with an System.UnauthorizedAccessException because it can't delete the dll.
This fix adds the hash of the unzipped dll, which doesn't lead to that behaviour.

distantcam added a commit that referenced this pull request Jan 17, 2014
@distantcam distantcam merged commit df38f58 into Fody:master Jan 17, 2014
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