mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
build wheel
This commit is contained in:
parent
064fe81b2e
commit
6cfbc10e69
2 changed files with 7 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ python extract_otp_secrets.py = < example_export.png</pre>
|
|||
* Windows
|
||||
* Uses UTF-8 on all platforms
|
||||
* Supports Python >= 3.7
|
||||
* Provides a debug mode (-d) for analyzing import problems
|
||||
* Written in modern Python using type hints and following best practices
|
||||
* All these features are backed by tests ran nightly
|
||||
* All functionality in one Python script: src/extract_otp_secrets.py (except protobuf generated code in protobuf_generated_python)
|
||||
|
|
|
|||
6
build.sh
6
build.sh
|
|
@ -315,6 +315,12 @@ cmd="extract_otp_secrets - < example_export.txt"
|
|||
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
|
||||
eval "$cmd"
|
||||
|
||||
# Build wheel
|
||||
|
||||
cmd="$PIP wheel .
|
||||
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
|
||||
eval "$cmd"
|
||||
|
||||
# Generate results files
|
||||
|
||||
if $generate_result_files; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue