Skip to content

Commit 98940ff

Browse files
committed
target plugins to prevent flattening
1 parent 9d0a007 commit 98940ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Use `plugins` as target for `src` files to prevent flattening the Thunderstore package on decompression.
13+
1014
## [0.5.0] - 2024-05-15
1115

1216
### Changed

src/thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ target = "./LICENSE"
3333

3434
[[build.copy]]
3535
source = "./src"
36-
target = "./"
36+
target = "./plugins"
3737

3838

3939
[publish]

0 commit comments

Comments
 (0)