sqlor/dataloader/windows/build.bat

3 lines
99 B
Batchfile
Raw Normal View History

2024-09-23 14:19:50 +08:00
pyinstaller -y --clean dataloader.spec
echo "build success, please find the target in dist folder"