diff --git a/src/Bannerlord.LauncherManager.Models/InstallResult.cs b/src/Bannerlord.LauncherManager.Models/InstallResult.cs index 3b0caf7..ef9314e 100644 --- a/src/Bannerlord.LauncherManager.Models/InstallResult.cs +++ b/src/Bannerlord.LauncherManager.Models/InstallResult.cs @@ -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; }