3 lines
55 B
Bash
3 lines
55 B
Bash
|
#!/bin/bash
|
||
|
python setup.py py2app --dist-dir dist.mac
|