Skip to content

Commit

Permalink
Added Windows service mode!
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Jun 7, 2023
1 parent 0930314 commit 6538315
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 72 deletions.
82 changes: 62 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.8.4"
version = "0.8.5"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2021"
build = "build.rs"
Expand Down Expand Up @@ -52,6 +52,7 @@ open = { version = "3.0.3", optional = true }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
windows-service = "0.6.0"
thread-priority = "0.10.0"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
Expand Down

0 comments on commit 6538315

Please sign in to comment.