Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 4, 2024
1 parent 3fa9ee6 commit 650e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bannerlord.LauncherManager.Models/InstallResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ModuleInfoInstallInstruction() { }
}
public record CopyStoreInstallInstruction : IInstallInstruction
{
public InstallInstructionType Type { get; set; } = InstallInstructionType.Copy;
public InstallInstructionType Type { get; set; } = InstallInstructionType.CopyStore;
public required GameStore Store { get; set; }
public required string ModuleId { get; set; }
public required string Source { get; set; }
Expand Down

0 comments on commit 650e787

Please sign in to comment.