Skip to content

Commit

Permalink
remove .exe extractor resource
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Oct 1, 2019
1 parent ea95c78 commit c989910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Wabbajack.Common/FileExtractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static FileExtractor()
{
ExtractResource("Wabbajack.Common.7z.dll.gz", "7z.dll");
ExtractResource("Wabbajack.Common.7z.exe.gz", "7z.exe");
ExtractResource("Wabbajack.Common.innounp.exe.gz", "innounp.exe");
//ExtractResource("Wabbajack.Common.innounp.exe.gz", "innounp.exe");
}

private static void ExtractResource(string from, string to)
Expand Down
4 changes: 2 additions & 2 deletions Wabbajack.Common/Wabbajack.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<ItemGroup>
<EmbeddedResource Include="7z.dll.gz" />
<EmbeddedResource Include="7z.exe.gz" />
<EmbeddedResource Include="innounp.exe.gz" />
<None Include="innounp.exe.gz" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand All @@ -116,7 +116,7 @@
<ItemGroup>
<Content Include="7z.dll" />
<Content Include="7z.exe" />
<Content Include="innounp.exe" />
<None Include="innounp.exe" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit c989910

Please sign in to comment.