Skip to content

Commit

Permalink
Actually copy the dll to the plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyvanlierop committed Dec 13, 2023
1 parent 53f9c4e commit 370bd69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Thunderstore/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ outdir = "../zip"
source = "../CHANGELOG.md"
target = "CHANGELOG.md"

[[build.copy]]
source = "../bin/Release/netstandard2.0/DIBS.dll"
target = "plugins/DIBS/DIBS.dll"

[publish]
repository = "https://thunderstore.io"
communities = ["riskofrain2"]
Expand Down

0 comments on commit 370bd69

Please sign in to comment.