Pārlūkot izejas kodu

Add files via upload

George King 9 mēneši atpakaļ
vecāks
revīzija
bf3780e2ec
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      CI/wininstaller/build_installer.cmd

+ 5 - 5
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