Skip to content

Commit

Permalink
(GH-258) Rename zip to detector.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Mar 28, 2016
1 parent 745257d commit 90319c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chocolatey.resources/chocolatey.resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<EmbeddedResource Include="helpers\functions\Get-ToolsLocation.ps1" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="tools\die.zip" />
<EmbeddedResource Include="tools\detector.zip" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="helpers\chocolateyProfile.psm1" />
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public string scan_file(string filePath)

if (!_fileSystem.directory_exists(diecPath) || !_fileSystem.directory_exists(databaseLocation))
{
var dieZipLocation = _fileSystem.combine_paths(ApplicationParameters.InstallLocation, "tools", "die.zip");
var dieZipLocation = _fileSystem.combine_paths(ApplicationParameters.InstallLocation, "tools", "detector.zip");
unzip_die_files(dieZipLocation, dieDllLocation);
}

Expand Down

0 comments on commit 90319c2

Please sign in to comment.