From 5855696b7d8d360794ae5efba4dbc90e31eaf260 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Wed, 16 Sep 2026 15:22:55 +0100 Subject: Add a Makefile and a launchd agent --- launchd-agent.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 launchd-agent.json (limited to 'launchd-agent.json') diff --git a/launchd-agent.json b/launchd-agent.json new file mode 100644 index 0000000..218d679 --- /dev/null +++ b/launchd-agent.json @@ -0,0 +1,5 @@ +{ + "Label": "caffeinate-downloads", + "Program": "${DESTDIR}/caffeinate-downloads", + "RunAtLoad": true +} -- cgit v1.3.1