Fix Release action

This commit is contained in:
Alexandr Bogomiakov
2025-07-24 03:29:36 +03:00
parent 18db65c612
commit 6bc817172d
2 changed files with 4 additions and 4 deletions

View File

@@ -54,3 +54,7 @@ gui = ["tray-icon", "eframe", "egui", "winit", "notify", "notify-debouncer-mini"
server = []
web = []
# Target-specific dependencies for cross-compilation
[target.aarch64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10", features = ["vendored"] }