sqlor/dataloader/windows/build.bat

3 lines
99 B
Batchfile
Raw Normal View History

2023-04-12 10:50:20 +08:00
pyinstaller -y --clean dataloader.spec
echo "build success, please find the target in dist folder"