yubioath-flutter/build-helper.bat
2022-05-06 15:48:52 +02:00

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/