Fixed the build system to build a dmg from a zip file. Added pkg installer that checks for a running instance and optionally installs a LaunchAgent to start Duplicati on login.
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
/bin/launchctl load "/Library/LaunchDaemons/com.duplicati.app.launchagent.plist" |