sqlor/dataloader/macos/build.sh
2023-04-12 09:50:54 +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"