Skip to content

Junctions rebuild in a different folder #1

@Shresht7

Description

@Shresht7

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions