7z binaries removed

This commit is contained in:
timerix 2023-03-18 05:50:13 +06:00
parent 1299e83d4e
commit 8493b0d15f
7 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,6 @@
<ProjectReference Include="..\..\DTLib\DTLib\DTLib.csproj" /> <ProjectReference Include="..\..\DTLib\DTLib\DTLib.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' "> <ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib" Version="1.1.4" /> <PackageReference Include="DTLib" Version="1.1.6" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -30,7 +30,7 @@ static class Workshop
var pr = new Process(); var pr = new Process();
pr.StartInfo.CreateNoWindow = true; pr.StartInfo.CreateNoWindow = true;
pr.StartInfo.UseShellExecute = false; 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}\""; pr.StartInfo.Arguments = $"x -y -o_UNZIP \"{modZip}\"";
Log("h",$"{pr.StartInfo.WorkingDirectory}$: {pr.StartInfo.FileName} {pr.StartInfo.Arguments}"); Log("h",$"{pr.StartInfo.WorkingDirectory}$: {pr.StartInfo.FileName} {pr.StartInfo.Arguments}");
pr.Start(); pr.Start();

View File

@ -19,7 +19,7 @@
<ProjectReference Include="..\..\DTLib\DTLib\DTLib.csproj" /> <ProjectReference Include="..\..\DTLib\DTLib\DTLib.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' "> <ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib" Version="1.1.4" /> <PackageReference Include="DTLib" Version="1.1.6" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\diff-text\diff-text.csproj" /> <ProjectReference Include="..\diff-text\diff-text.csproj" />