Skip to content

Commit

Permalink
feat: support bin and lib location
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Apr 11, 2023
1 parent eff914d commit d037507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nanolayer/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def install_gh_release_binary(
target: str,
version: str = "latest",
asset_regex: Optional[str] = None,
bin_location: Optional[str] = None,
lib_location: Optional[str] = None,
force: bool = False,
arch: Optional[str] = None,
) -> None:
Expand All @@ -153,6 +155,8 @@ def install_gh_release_binary(
repo=repo,
target_name=target,
arch=arch,
bin_location=bin_location,
lib_location=lib_location,
version=version,
asset_regex=asset_regex,
force=force,
Expand Down

0 comments on commit d037507

Please sign in to comment.