Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
feat: Add 'executable' info to checksum data
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Mar 14, 2024
1 parent 133f4e1 commit cca92c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Handler/BaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ protected function getChecksumData(): array
'id' => $this->subpackage->getSubpackageName(),
'url' => $this->subpackage->getDistUrl(),
'path' => $this->subpackage->getTargetDir(),
'executable' => $this->subpackage->getExecutable(),
];
}

Expand Down

0 comments on commit cca92c3

Please sign in to comment.