From c3ed18e1353b4c61841dd43ff62d5890f076ff98 Mon Sep 17 00:00:00 2001 From: donkey <84121166+iadonkey@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:14:58 +0100 Subject: [PATCH] feat: push download url to twinpack --- TwinpackShared/TwinpackServer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TwinpackShared/TwinpackServer.cs b/TwinpackShared/TwinpackServer.cs index 8809eab..848e588 100644 --- a/TwinpackShared/TwinpackServer.cs +++ b/TwinpackShared/TwinpackServer.cs @@ -498,6 +498,7 @@ public async Task PushAsync(IEnumerable plcs, string configura Notes = notes, IconFilename = Path.GetFileName(plc.IconFile), IconBinary = iconBinary, + BinaryDownloadUrl = plc.BinaryDownloadUrl, LicenseBinary = licenseBinary, LicenseTmcBinary = licenseTmcBinary, Binary = binary,