Skip to content

Commit

Permalink
Deleted debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
k4zuki02h4t4 committed Oct 13, 2023
1 parent 0c6367b commit 0cc2b0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ function copyAll( $sourceDirectory, $destinationDirectory ): void {
}

echo "$pharFile successfully created" . PHP_EOL;
echo "SHA256 : " . strtoupper( hash_file( 'sha256', realpath( $pharFilePath ) ) ) . PHP_EOL;

file_put_contents( "$pharFilePath.md5", hash_file( 'md5', realpath( $pharFilePath ) ) );
file_put_contents( "$pharFilePath.sha256", hash_file( 'sha256', realpath( $pharFilePath ) ) );
Expand All @@ -129,8 +128,6 @@ function copyAll( $sourceDirectory, $destinationDirectory ): void {

$zip->close();

echo "SHA256 (.zip) : " . strtoupper( hash_file( 'sha256', realpath( $zipPath . '.zip' ) ) ) . PHP_EOL;

file_put_contents( "$zipPath.zip.md5", hash_file( 'md5', realpath( $zipPath . '.zip' ) ) );
file_put_contents( "$zipPath.zip.sha256", hash_file( 'sha256', realpath( $zipPath . '.zip' ) ) );
file_put_contents( "$zipPath.zip.sha512", hash_file( 'sha512', realpath( $zipPath . '.zip' ) ) );
Expand Down

0 comments on commit 0cc2b0f

Please sign in to comment.