yubioath-flutter/build-ykman.bat

11 lines
230 B
Batchfile
Raw Normal View History

2021-11-19 11:08:04 +03:00
@echo off
2022-02-10 15:36:38 +03:00
echo Building ykman-rpc for Windows...
cd ykman-rpc
2021-11-19 11:08:04 +03:00
poetry install
2022-02-10 15:36:38 +03:00
rmdir /s /q ..\build\windows\ykman-rpc
poetry run pyinstaller ykman-rpc.spec --distpath ..\build\windows
2021-11-19 11:08:04 +03:00
cd ..
echo All done, output in build/windows/