This repository was archived by the owner on Oct 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public function run(IOutput $output) {
104104
105105 $ output ->advance (1 , 'Downloading app binary ' );
106106 $ output ->warning ('This step may take some time ' );
107- $ url = 'https://github.com/andrey18106 /mediadc/releases/download/v '
107+ $ url = 'https://github.com/cloud-py-api /mediadc/releases/download/v '
108108 . $ this ->appManager ->getAppVersion (Application::APP_ID , false )
109109 . '/ ' . Application::APP_ID . '_ ' . $ this ->cpaUtils ->getBinaryName () . '.gz ' ;
110110 $ this ->cpaUtils ->downloadPythonBinary (
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function run(IOutput $output) {
7676 $ output ->warning ('This step may take some time ' );
7777 $ this ->appDataService ->createAppDataFolder ('binaries ' );
7878 $ this ->appDataService ->createAppDataFolder ('logs ' );
79- $ url = 'https://github.com/andrey18106 /mediadc/releases/download/v '
79+ $ url = 'https://github.com/cloud-py-api /mediadc/releases/download/v '
8080 . $ this ->appManager ->getAppVersion (Application::APP_ID , false )
8181 . '/ ' . Application::APP_ID . '_ ' . $ this ->cpaUtils ->getBinaryName () . '.gz ' ;
8282 $ this ->cpaUtils ->downloadPythonBinary (
You can’t perform that action at this time.
0 commit comments