Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IsLibrary and IsDevLib flags to not affect the Package name
It is a problem with copier.CopyWithOption function with set IgnoreEmpty option. In this scenario the function doesn't copy bool fields with false value. So the default Package fields IsLibrary and IsDevLib were changed to false, so it gets copy when it is set to true in Config.
- Loading branch information