7 lines
No EOL
109 B
Bash
Executable file
7 lines
No EOL
109 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir rssguard-build && cd rssguard-build
|
|
qmake ..
|
|
make
|
|
make install
|
|
macdeployqt rssguard.app -dmg |