Skip to content

Commit

Permalink
Merge pull request #13 from Kaplas80/fix/dependencies
Browse files Browse the repository at this point in the history
Remove unused packages
  • Loading branch information
Kaplas80 authored Dec 28, 2021
2 parents 9884c64 + a6ff414 commit 262d74a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Currently, 2 games are supported:

**NOTE: This is a command line application. "Double clicking" on the exe is not enough.**

You have to copy plugins files to the app folders. See each plugin README for details.
1. Create `plugins` and `scripts` directories inside the app folder.
2. Copy plugins files to the respective folders. See each plugin README for details.
3. Run the app.

### List available plugins

Expand All @@ -41,5 +43,3 @@ TF3.CommandLine.exe rebuild --script [script-name] --install-dir [game-files-dir
* Thanks to Pleonex for [Yarhl](https://scenegate.github.io/Yarhl/) and [PleOps.Cake](https://www.pleonex.dev/PleOps.Cake/).
* Other libraries used: [CommandLineParser](https://github.com/commandlineparser/commandline), [Dahomey.Json](https://github.com/dahomey-technologies/Dahomey.Json), [xxHash](https://github.com/uranium62/xxHash), [BCnEncoder.Net](https://github.com/nominom/bcnencoder.net), [ImageSharp](https://sixlabors.com/products/imagesharp/)
* Icon by [Papirus Development Team](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/).


2 changes: 1 addition & 1 deletion src/Apps/TF3.CommandLine/TF3.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<PackageVersion Include="CommandLineParser" Version="2.8.0" />

<PackageVersion Include="Standart.Hash.xxHash" Version="3.1.0" />
<PackageVersion Include="System.Text.Json" Version="6.0.1" />
<PackageVersion Include="System.Drawing.Common" Version="6.0.0" />

<PackageVersion Include="BCnEncoder.Net" Version="2.1.0" />
<PackageVersion Include="BCnEncoder.Net.ImageSharp" Version="1.0.4" />
Expand Down
2 changes: 0 additions & 2 deletions src/Libraries/TF3.Core/TF3.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<PackageReference Include="Yarhl.Media" />
<PackageReference Include="Dahomey.Json" />
<PackageReference Include="Standart.Hash.xxHash" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Drawing.Common" />
<PackageReference Include="BCnEncoder.Net" />
<PackageReference Include="BCnEncoder.Net.ImageSharp" />
<PackageReference Include="SixLabors.ImageSharp" />
Expand Down

0 comments on commit 262d74a

Please sign in to comment.