diff --git a/Application/Base/Service/GameSourceService.class.php b/Application/Base/Service/GameSourceService.class.php index a7c13f52b..ee63b1def 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -353,7 +353,7 @@ class GameSourceService { 'verify' => false, 'form_params' => [ 'file' => $localFilePath, - 'dist' => $distFilePath, + 'dest' => $distFilePath, 'is_delete_local' => ($isDeleteLocal ? 1 : 0), ] ]);