sqlor/dataloader/windows/build.bat
2023-04-12 10:50:20 +08:00

3 lines
99 B
Batchfile
Executable File

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