Greg Magolan
|
f30debb505
|
refactor: pre-factors for fix in copy_to_directory (#858)
|
2024-05-28 09:42:06 -07:00 |
|
Jacob Gardner
|
76b0b3b90f
|
Fix Realpath relying on path.IsAbs which does not work on windows (#358)
|
2023-02-11 12:45:29 -08:00 |
|
Greg Magolan
|
de8d9cae3d
|
fix: use custom realpath function in copy_directory and copy_to_directory since github.com/yookoala/realpath has bugs on Windows (#338)
|
2023-01-16 21:46:50 -08:00 |
|
Greg Magolan
|
74caa5c097
|
fix: on Windows you must call filepath.Walkdir on the realpath and not the symlink path (#335)
|
2023-01-16 15:41:39 -08:00 |
|
Greg Magolan
|
ce043b299d
|
fix: fix pathing issue in new copy_to_directory binary tool on Windows (#334)
|
2023-01-16 15:09:18 -08:00 |
|