From 3f374123825e267d3f54a6f3e7b1523b909160f0 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Mon, 5 Jun 2023 15:35:21 +0200 Subject: [PATCH] deps.qt: Add arm64 slice to Qt6 build script --- deps.qt/qt6.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.qt/qt6.ps1 b/deps.qt/qt6.ps1 index 7fb50b8dd..42aeeeb24 100644 --- a/deps.qt/qt6.ps1 +++ b/deps.qt/qt6.ps1 @@ -3,7 +3,7 @@ param( [string] $Version = '6.5.2', [string] $Uri = 'https://download.qt.io/official_releases/qt/6.5/6.5.2', [string] $Hash = "${PSScriptRoot}/checksums", - [array] $Targets = @('x64') + [array] $Targets = @('x64', 'arm64') ) $QtComponents = @(