sqlor/dataloader/macos/build.sh

5 lines
110 B
Bash
Raw Normal View History

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