Skip to content

Commit

Permalink
Removed unused 7zip and pwsh command
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Mar 18, 2023
1 parent c803cad commit c0a1688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions PostBuild.targets
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<PowerShell>powershell.exe</PowerShell>
</PropertyGroup>
<PropertyGroup Condition="'$(OS)' == 'Unix'">
<PowerShell>pwsh</PowerShell>
</PropertyGroup>

<Target Name="ZipPlugin" AfterTargets="Build">
<PropertyGroup>
<BuildPath Condition="$(Configuration.Contains('SN'))">Modding Helper</BuildPath>
Expand Down
3 changes: 1 addition & 2 deletions SMLHelper/SMLHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
<DocumentationFile>bin\BZ.EXP\SMLHelper.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="UnityEngine.Modules" Version="2019.4.36"/>
<PackageReference Include="7-Zip.CommandLine" Version="18.1.0" />
<PackageReference Include="UnityEngine.Modules" Version="2019.4.36" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="BepInEx.Core" Version="5.4.21" />
<PackageReference Include="PolySharp" Version="1.8.3" />
Expand Down

0 comments on commit c0a1688

Please sign in to comment.