mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-24 03:06:45 +03:00
11 lines
246 B
Batchfile
11 lines
246 B
Batchfile
@echo off
|
|
|
|
echo Building authenticator-helper for Windows...
|
|
cd helper
|
|
poetry install
|
|
rmdir /s /q ..\build\windows\helper
|
|
poetry run pyinstaller authenticator-helper.spec --distpath ..\build\windows
|
|
cd ..
|
|
|
|
echo All done, output in build/windows/
|