DeepLX/me.missuo.deeplx.plist
Vincent Young 4424f0489a
fix(release): keep deeplx binary and Docker package names
Only the GitHub repository was renamed to DLX. Restore historical
artifact names: deeplx_* release binaries, missuo/deeplx Docker Hub,
ghcr.io/owo-network/deeplx, and matching install/systemd/launchd paths.
2026-08-04 20:22:23 +08:00

21 lines
459 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>me.missuo.deeplx</string>
<key>KeepAlive</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/deeplx</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>OnDemand</key>
<false/>
<key>LaunchOnlyOnce</key>
<true/>
</dict>
</plist>