kyleneideck / BackgroundMusic

Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
GNU General Public License v2.0
16.03k stars 675 forks source link

Automatic Updates #88

Open jlarmstrongiv opened 7 years ago

jlarmstrongiv commented 7 years ago

Is there an easy way to install updates / check and automatically install updates regularly? If not, how should I go about updating the app every so often?

kyleneideck commented 7 years ago

Not yet, but hopefully soon.

The easiest way to update is to just run the install command again. (The one from the README.)

If you know how to use git, you can also git pull to get the latest code and build_and_install.sh to install it.

jlarmstrongiv commented 7 years ago

Alrighty, I do not know how to use git (yet), but I'll get there :) thanks!