From a3b1dabbb1daacde5676c8af7156aa766301d626 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Wed, 18 Oct 2023 18:11:42 -0500 Subject: [PATCH] Add redistributable support to script editor --- .../Games => }/Components/RegToPowerShell.razor | 0 .../{Pages/Games => }/Components/ScriptEditor.razor | 12 +++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) rename LANCommander/{Pages/Games => }/Components/RegToPowerShell.razor (100%) rename LANCommander/{Pages/Games => }/Components/ScriptEditor.razor (96%) diff --git a/LANCommander/Pages/Games/Components/RegToPowerShell.razor b/LANCommander/Components/RegToPowerShell.razor similarity index 100% rename from LANCommander/Pages/Games/Components/RegToPowerShell.razor rename to LANCommander/Components/RegToPowerShell.razor diff --git a/LANCommander/Pages/Games/Components/ScriptEditor.razor b/LANCommander/Components/ScriptEditor.razor similarity index 96% rename from LANCommander/Pages/Games/Components/ScriptEditor.razor rename to LANCommander/Components/ScriptEditor.razor index 3fa417a..5bebc53 100644 --- a/LANCommander/Pages/Games/Components/ScriptEditor.razor +++ b/LANCommander/Components/ScriptEditor.razor @@ -111,8 +111,9 @@ } -@code { + @code { [Parameter] public Guid GameId { get; set; } + [Parameter] public Guid RedistributableId { get; set; } [Parameter] public Guid ArchiveId { get; set; } [Parameter] public ICollection