add mac deploy tool
This commit is contained in:
parent
6d191aa280
commit
cb264eb03c
1 changed files with 7 additions and 0 deletions
7
mac/deploy_mac.sh
Executable file
7
mac/deploy_mac.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
cd ..
|
||||
rm -rf llcon.app
|
||||
make clean
|
||||
make -j2
|
||||
macdeployqt llcon.app -dmg
|
||||
cd mac
|
Loading…
Reference in a new issue