From edd7928a7cdb8479e4520e175dfa34230f880c18 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Tue, 30 Jan 2024 18:02:27 +0300 Subject: [PATCH] Installer: Fix for ARM64 --- deploy/create-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/create-installer.bat b/deploy/create-installer.bat index 44a3050d..60cab577 100644 --- a/deploy/create-installer.bat +++ b/deploy/create-installer.bat @@ -10,7 +10,7 @@ @set CHECK_WIN10="Y" ) @if exist ".\build\driver\ARM64\" ( - @set PROC_ARCHS="arm64" + @set PROC_ARCHS="x64 arm64" ) @set INNO_PATH=D:\Utils\Dev\InnoSetup5\ISCC.exe