From 45b554199dcd4bb636c30e758e2eafbca9f33ea7 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 12 Apr 2020 20:15:32 +1000 Subject: Add plist service configuration for launchd on macOS --- .goreleaser.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index c440a2f..edb1170 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,6 +26,25 @@ brews: transcoding to MP4 H.265 AAC, multiple collections and RSS feed. dependencies: - ffmpeg + plist: | + + + + + LabelTube + ProgramArguments + + /usr/local/bin/tube + /usr/local/etc/tube/config.json + + WorkingDirectory + /usr/local + StandardOutPath/usr/local/log/tube.log + RunAtLoad + KeepAlive + Disabled + + signs: - artifacts: checksum -- cgit v1.2.3