5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
chmod 777 bin/build-mac.sh
|
||
|
bin/build-mac.sh "-DPACKAGE"
|