mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
use pip-licenses release
This commit is contained in:
parent
55f49fed8f
commit
548ce54e25
@ -11,7 +11,7 @@ rmdir /s /q ..\build\windows\helper-license-venv
|
|||||||
poetry build
|
poetry build
|
||||||
poetry run python -m venv ..\build\windows\helper-license-venv
|
poetry run python -m venv ..\build\windows\helper-license-venv
|
||||||
..\build\windows\helper-license-venv\Scripts\python -m pip install --upgrade pip wheel
|
..\build\windows\helper-license-venv\Scripts\python -m pip install --upgrade pip wheel
|
||||||
..\build\windows\helper-license-venv\Scripts\python -m pip install dist\authenticator_helper-0.1.0-py3-none-any.whl 'pip-licenses=4.0.0rc2'
|
..\build\windows\helper-license-venv\Scripts\python -m pip install dist\authenticator_helper-0.1.0-py3-none-any.whl pip-licenses
|
||||||
..\build\windows\helper-license-venv\Scripts\pip-licenses --format=json --no-license-path --with-license-file --ignore-packages authenticator-helper zxing-cpp --output-file ..\assets\licenses\helper.json
|
..\build\windows\helper-license-venv\Scripts\pip-licenses --format=json --no-license-path --with-license-file --ignore-packages authenticator-helper zxing-cpp --output-file ..\assets\licenses\helper.json
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -40,7 +40,7 @@ VENV="../$OUTPUT/helper-license-venv"
|
|||||||
rm -rf $VENV
|
rm -rf $VENV
|
||||||
poetry run python -m venv $VENV
|
poetry run python -m venv $VENV
|
||||||
$VENV/bin/pip install --upgrade pip wheel
|
$VENV/bin/pip install --upgrade pip wheel
|
||||||
$VENV/bin/pip install dist/authenticator_helper-0.1.0-py3-none-any.whl 'pip-licenses==4.0.0rc2'
|
$VENV/bin/pip install dist/authenticator_helper-0.1.0-py3-none-any.whl pip-licenses
|
||||||
$VENV/bin/pip-licenses --format=json --no-license-path --with-license-file --ignore-packages authenticator-helper zxing-cpp --output-file ../assets/licenses/helper.json
|
$VENV/bin/pip-licenses --format=json --no-license-path --with-license-file --ignore-packages authenticator-helper zxing-cpp --output-file ../assets/licenses/helper.json
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user