We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a252ac commit 8d73366Copy full SHA for 8d73366
1 file changed
src/Server/Services/GitLab/VersionCache.cs
@@ -154,7 +154,7 @@ public async Task RefreshAsync()
154
Windows =
155
{
156
X64 = release.Assets.Links.FirstOrDefault(x => x.AssetName.ContainsIgnoreCase("win_x64"))?.Url ?? string.Empty,
157
- Arm64 = string.Empty
+ Arm64 = release.Assets.Links.FirstOrDefault(x => x.AssetName.ContainsIgnoreCase("win_arm64"))?.Url ?? string.Empty
158
},
159
Linux =
160
0 commit comments