mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-08 14:21:29 +01:00
9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir rssguard-build && cd rssguard-build
|
|
qmake ..
|
|
make
|
|
make install
|
|
macdeployqt rssguard.app -dmg
|
|
ls -lha
|
|
curl --upload-file ./*.dmg https://transfer.sh/dmgdmg |