From bf3780e2ece7322b1b7a64bb2c87f0b1e10b54a7 Mon Sep 17 00:00:00 2001 From: George King <98261225+GeorgeK1ng@users.noreply.github.com> Date: Sat, 4 Jan 2025 10:12:52 +0100 Subject: [PATCH] Add files via upload --- CI/wininstaller/build_installer.cmd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CI/wininstaller/build_installer.cmd b/CI/wininstaller/build_installer.cmd index d4d66a118..46a1fbcde 100644 --- a/CI/wininstaller/build_installer.cmd +++ b/CI/wininstaller/build_installer.cmd @@ -44,11 +44,11 @@ REM Dynamically locate the UCRT path if not defined if not defined UCRTFilesPath ( set "UCRTBasePath=!ProgFiles!\Windows Kits\10\Redist" set "UCRTFilesPath=" - for /f "delims=" %%d in ('dir /b /ad /on "!UCRTBasePath!"') do ( - if exist "!UCRTBasePath!\%%d\ucrt\DLLs" ( - set "UCRTFilesPath=!UCRTBasePath!\%%d\ucrt\DLLs" - ) - ) + for /f "delims=" %%d in ('dir /b /ad /on "!UCRTBasePath!"') do ( + if exist "!UCRTBasePath!\%%d\ucrt\DLLs" ( + set "UCRTFilesPath=!UCRTBasePath!\%%d\ucrt\DLLs" + ) + ) ) REM Verify Inno Setup is installed