-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi!
The Rebuild Junctions for Selected... option generates the junctions in ProjectName_ProjectUUID folder as opposed to simply ProjectName. I assume the intended behaviour is to overwrite the ProjectName directory.
Taking a wild stab in the dark here but the arguments for CreateJunctions in RebuildJunctions
| var result = GitGenerator.CreateJunctions(modProject.ProjectFolder, sourceFolders, Data, true); |
are different from what I think is the generator
| var result = GitGenerator.CreateJunctions(modProject.ProjectName, sourceFolders, Data, true, generationSettings.ReadOnly); |
Looking at changelog: 1.7.4.4 it seems both should point at modProject.ProjectName
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels