Removed unused files.

Moved installer files into the ReleaseBuilder
This commit is contained in:
Kenneth Skovhede
2024-04-23 14:24:38 +02:00
parent 0b566ecf1f
commit b73e94de7e
64 changed files with 43 additions and 1793 deletions
@@ -0,0 +1,4 @@
#!/bin/sh
set -e
/bin/launchctl load "/Library/LaunchAgents/com.duplicati.app.launchagent.plist"
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
if /bin/launchctl list "com.duplicati.app.launchagent" &> /dev/null; then
/bin/launchctl unload "/Library/LaunchAgents/com.duplicati.app.launchagent.plist"
fi