sqlor/dataloader/ubuntu/build.sh

5 lines
110 B
Bash
Raw Normal View History

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