Skip to content

feat(project-template): conf-gen: follow symlinks at builddir creation

Martin Killenberg requested to merge update-project-template into master

Instead of copying a symlink file, resulting in a broken link, the target file is copied instead, unless the target is in the same directory, in which case the symlink is maintained.

Merge request reports