Skip to content

Commit

Permalink
feat: when pulling packages from GitHub inclide the binary download url
Browse files Browse the repository at this point in the history
  • Loading branch information
iadonkey authored Dec 5, 2023
1 parent 952c996 commit 3b1f5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwinpackRegistry/TwinpackRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public async Task DownloadAsync(string repositoryOwner, string repositoryName, s
License = "LICENSE",
LicenseFile = licenseFileName,
IconFile = iconFileName,
BinaryDownloadUrl = asset.BrowserDownloadUrl,
Type = ConfigPlcProject.PlcProjectType.Library.ToString()
};

Expand Down

0 comments on commit 3b1f5cf

Please sign in to comment.