sqlor/dataloader/windows/build.bat
2024-09-23 14:19:50 +08:00

3 lines
99 B
Batchfile
Executable File

pyinstaller -y --clean dataloader.spec
echo "build success, please find the target in dist folder"