Skip to content

Commit

Permalink
Download_SDK batch files: switched to using robocopy instead of xcopy…
Browse files Browse the repository at this point in the history
… so it correctly handles destination paths greater than 260 chars
  • Loading branch information
HugoPKFX committed Feb 25, 2022
1 parent 4af624a commit 5ebd9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Download_SDK_Desktop.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "---------- Unzipping _PopcornFX_Runtime_SDK.7z ----------"

echo "---------- Copying PopcornFX Runtime SDK ----------"

xcopy _PopcornFX_Runtime_SDK_Desktop\UE4PopcornFXPlugin\PopcornFX\PopcornFX_Runtime_SDK %~dp0\PopcornFX_Runtime_SDK /S /F /Y
robocopy _PopcornFX_Runtime_SDK_Desktop\UE4PopcornFXPlugin\PopcornFX\PopcornFX_Runtime_SDK %~dp0\PopcornFX_Runtime_SDK /s

echo "---------- Removing temp files ----------"

Expand Down
2 changes: 1 addition & 1 deletion Download_SDK_Mobile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "---------- Unzipping _PopcornFX_Runtime_SDK_Mobile.7z ----------"

echo "---------- Copying PopcornFX Runtime SDK ----------"

xcopy _PopcornFX_Runtime_SDK_Mobile\UE4PopcornFXPlugin\PopcornFX\PopcornFX_Runtime_SDK %~dp0\PopcornFX_Runtime_SDK /S /F /Y
robocopy _PopcornFX_Runtime_SDK_Mobile\UE4PopcornFXPlugin\PopcornFX\PopcornFX_Runtime_SDK %~dp0\PopcornFX_Runtime_SDK /s

echo "---------- Removing temp files ----------"

Expand Down

0 comments on commit 5ebd9de

Please sign in to comment.