mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
remove dependency to module and fix build script
This commit is contained in:
parent
2707e244be
commit
3502294172
2 changed files with 4 additions and 5 deletions
2
build.sh
2
build.sh
|
|
@ -317,7 +317,7 @@ eval "$cmd"
|
|||
|
||||
# Build wheel
|
||||
|
||||
cmd="$PIP wheel .
|
||||
cmd="$PIP wheel ."
|
||||
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
|
||||
eval "$cmd"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue