Private
Public Access
1
0

Adds deb building scripts

This commit is contained in:
2025-12-15 00:56:24 -08:00
parent 2f58283e26
commit 61c1b690ba
11 changed files with 150 additions and 2 deletions

View File

@@ -14,6 +14,17 @@ strip -s target/release/kordophoned
cargo generate-rpm
```
# Building DEB
Make sure cargo-deb is installed, `cargo install cargo-deb`.
Then:
```bash
cd core
cargo deb -p kordophoned
```
## Running on macOS
Before any client can talk to the kordophone daemon on macOS, the XPC service needs to be manually registered with launchd.
@@ -34,4 +45,3 @@ and the following in Info.plist:
<key>MachServices</key><dict><key>net.buzzert.kordophonecd</key><true/></dict>
<key>KeepAlive</key><true/>
```