Skip to content

Commit

Permalink
copy .lang instead of .json to output dir
Browse files Browse the repository at this point in the history
Also don't take languages from output dir cause there is no reason to
  • Loading branch information
xoxfaby committed Jul 18, 2023
1 parent c8ee24a commit 7e008ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BetterUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>

<ItemGroup>
<None Update="Languages\*.json">
<None Update="Languages\*.lang">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Thunderstore/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source = "../bin/Release/netstandard2.0/publish/BetterUnityPlugin.dll"
target = "plugins/BetterUI/BetterUnityPlugin.dll"

[[build.copy]]
source = "../bin/Release/netstandard2.0/Languages"
source = "../Languages"
target = "plugins/BetterUI/Languages"

[publish]
Expand Down

0 comments on commit 7e008ae

Please sign in to comment.