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

When the patch fails, the program still continues and finishes with exit code 0 #23

Closed Ellpeck closed 3 years ago

Ellpeck commented 3 years ago

This is a problem since, when the patch fails and everything else is done, the app will crash due to dependencies being "missing" since the patch to find them properly wasn't applied.

liesauer commented 3 years ago

fixed in b67b939d8d3846623edd142cc67e820a1745df6b

nothing will be modified and the build will stop now if the patch doesn't not exist.