add preferences and macOS packaging

This commit is contained in:
Georg Bauer
2026-07-24 12:23:50 +02:00
parent 2e1de825ab
commit 579e1030b2
13 changed files with 591 additions and 79 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: bundle
bundle:
cargo build --release --all-targets --all-features
cargo packager --release --formats app
codesign --force --deep --sign - --timestamp=none target/release/DS4Server.app