diff --git a/Application/Base/Service/GameSourceService.class.php b/Application/Base/Service/GameSourceService.class.php index c17aee6f0..0c4ff1eb0 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -263,7 +263,7 @@ class GameSourceService { $debugTime4 = microtime(true); $distFilePath = 'GamePack/' . $fileName; - $result = $this->uploadPackage($localPath, $distFilePath, false); + $result = $this->uploadPackage($localPath, $distFilePath, true); if ($result['status']) { $packageUrl = $result['data']['url']; $packageUrl = $packageUrl == '@' ? $relativePath : $packageUrl;