We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0a007 commit 98940ffCopy full SHA for 98940ff
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Use `plugins` as target for `src` files to prevent flattening the Thunderstore package on decompression.
13
14
## [0.5.0] - 2024-05-15
15
16
### Changed
src/thunderstore.toml
@@ -33,7 +33,7 @@ target = "./LICENSE"
33
34
[[build.copy]]
35
source = "./src"
36
-target = "./"
+target = "./plugins"
37
38
39
[publish]
0 commit comments