sqlor/dataloader/macos/build.sh

5 lines
110 B
Bash
Raw Permalink Normal View History

2024-09-23 14:19:50 +08:00
#!/bin/sh
pyinstaller -y --clean dataloader.spec
echo "build success, please find the target in dist folder"