7z binaries removed
This commit is contained in:
parent
1299e83d4e
commit
8493b0d15f
@ -15,6 +15,6 @@
|
||||
<ProjectReference Include="..\..\DTLib\DTLib\DTLib.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
|
||||
<PackageReference Include="DTLib" Version="1.1.4" />
|
||||
<PackageReference Include="DTLib" Version="1.1.6" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -30,7 +30,7 @@ static class Workshop
|
||||
var pr = new Process();
|
||||
pr.StartInfo.CreateNoWindow = true;
|
||||
pr.StartInfo.UseShellExecute = false;
|
||||
pr.StartInfo.FileName = Path.Concat("7z", "7z.exe").Str;
|
||||
pr.StartInfo.FileName = "7z";
|
||||
pr.StartInfo.Arguments = $"x -y -o_UNZIP \"{modZip}\"";
|
||||
Log("h",$"{pr.StartInfo.WorkingDirectory}$: {pr.StartInfo.FileName} {pr.StartInfo.Arguments}");
|
||||
pr.Start();
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<ProjectReference Include="..\..\DTLib\DTLib\DTLib.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
|
||||
<PackageReference Include="DTLib" Version="1.1.4" />
|
||||
<PackageReference Include="DTLib" Version="1.1.6" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\diff-text\diff-text.csproj" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user