nulastudio / NetBeauty2

Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.
MIT License
419 stars 21 forks source link

Not excluding files causes no files to be moved #8

Closed Ellpeck closed 4 years ago

Ellpeck commented 4 years ago

It seems that, when not appending any excluded files for the beautify process, none of the files that should usually get moved actually get moved, resulting in the program doing nothing.

liesauer commented 4 years ago

it's a BUG. Empty excluding pattern should be ignored because empty string is basically equals to .*. A little trick for you to fix this problem now.

<BeautyExcludes>never.dll</BeautyExcludes>
liesauer commented 4 years ago

fixed in v1.2.8