mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
11 lines
230 B
Batchfile
11 lines
230 B
Batchfile
@echo off
|
|
|
|
echo Building ykman-rpc for Windows...
|
|
cd ykman-rpc
|
|
poetry install
|
|
rmdir /s /q ..\build\windows\ykman-rpc
|
|
poetry run pyinstaller ykman-rpc.spec --distpath ..\build\windows
|
|
cd ..
|
|
|
|
echo All done, output in build/windows/
|