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

5 lines
110 B
Bash
Executable File

#!/bin/sh
pyinstaller -y --clean dataloader.spec
echo "build success, please find the target in dist folder"