mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 18:57:37 +01:00
9 lines
177 B
Bash
Executable File
9 lines
177 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/rssguard.dmg |