Skip to content

Commit

Permalink
fix: include readme exactly once or TCLI breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RobynLlama committed Aug 17, 2024
1 parent 89ad75a commit 9aea3e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion artifacts/tspublish/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[build]
icon ="./icon.png"
outdir="./build"
readme="./dist/README.md"
readme="./../../README.md"

[[build.copy]]
source="./dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<ItemGroup>
<PackageFiles Include="$(SolutionDir)\CHANGELOG.md" />
<PackageFiles Include="$(SolutionDir)\LICENSE" />
<PackageFiles Include="$(SolutionDir)\README.md" />
</ItemGroup>

<Copy
Expand Down

0 comments on commit 9aea3e2

Please sign in to comment.