yubioath-flutter/build-ykman.bat

14 lines
313 B
Batchfile
Raw Normal View History

2021-11-19 11:08:04 +03:00
@echo off
2022-02-10 15:36:38 +03:00
REM Make sure the submodule is cloned and up to date.
git submodule update --init
2021-11-19 11:08:04 +03:00
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/