mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Update src/StaticPHP/Artifact/Downloader/Type/PIE.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a7b04d9081
commit
64b0e72908
@ -27,7 +27,7 @@ class PIE implements DownloadTypeInterface, CheckUpdateInterface
|
|||||||
$filename = "{$name}-{$version}." . ($dist_type === 'zip' ? 'zip' : 'tar.gz');
|
$filename = "{$name}-{$version}." . ($dist_type === 'zip' ? 'zip' : 'tar.gz');
|
||||||
$path = DOWNLOAD_PATH . DIRECTORY_SEPARATOR . $filename;
|
$path = DOWNLOAD_PATH . DIRECTORY_SEPARATOR . $filename;
|
||||||
default_shell()->executeCurlDownload($dist_url, $path, retries: $downloader->getRetry());
|
default_shell()->executeCurlDownload($dist_url, $path, retries: $downloader->getRetry());
|
||||||
return DownloadResult::archive($filename, $config, $config['extract'] ?? null, downloader: static::class);
|
return DownloadResult::archive($filename, $config, $config['extract'] ?? null, version: $version, downloader: static::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function checkUpdate(string $name, array $config, ?string $old_version, ArtifactDownloader $downloader): CheckUpdateResult
|
public function checkUpdate(string $name, array $config, ?string $old_version, ArtifactDownloader $downloader): CheckUpdateResult
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user