I like to use this package in my project but there seems to be a bug which prevents symlinks from being created properly. You can see here and here that the symlinks are removed right after they are created in the for loop above. The result is that no symlinks are ever created. I swapped the two for loops to remove all symlinks first, then create the new symlinks and it works.
I like to use this package in my project but there seems to be a bug which prevents symlinks from being created properly. You can see here and here that the symlinks are removed right after they are created in the for loop above. The result is that no symlinks are ever created. I swapped the two for loops to remove all symlinks first, then create the new symlinks and it works.