5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pyinstaller -y --clean dataloader.spec
|
|
echo "build success, please find the target in dist folder"
|