Skip to content

Commit 8aec23e

Browse files
Merge pull request #289 from ISISComputingGroup/galil_temp
Fix galil detect
2 parents a729ffc + e023076 commit 8aec23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation_and_upgrade/instrument_install_latest_build_only.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ if "%DETECT_OLD_GALIL%" == "YES" (
8989
)
9090
if "%DETECT_OLD_GALIL%" == "YES" (
9191
@echo Detected old Galil driver - %GALIL_OLD_FILE% in %GALIL_DIR%
92-
robocopy "%GALIL_DIR%" "%TEMP%" "%GALIL_OLD_FILE%" /R:2 /IS /NFL /NDL /NP /NC /NS /LOG:NUL
92+
type nul > "%TEMP%\%GALIL_OLD_FILE%"
9393
)
9494
if "%DETECT_NEW_GALIL%" == "YES" (
9595
@echo Detected new Galil driver - %GALIL_OLD_FILE% in %GALIL_OLD_DIR%
96-
copy /y "%GALIL_OLD_DIR%\%GALIL_OLD_FILE%" "%TEMP%\%GALIL_NEW_FILE%"
96+
type nul > "%TEMP%\%GALIL_NEW_FILE%"
9797
)
9898

9999
if "%1" == "RELEASE" (

0 commit comments

Comments
 (0)