Files
T
Patrick Lorio e5e40aa1c7 Split Windows setup helper into its own binary
- Add playitd-windows-setup for shortcut and SID setup tasks
- Update MSI and build pipeline to package the new helper
- Simplify playitd-tray to reject helper-only CLI args
2026-04-24 11:51:38 -07:00

18 lines
482 B
TOML

[package]
name = "playitd-windows-setup"
version.workspace = true
edition = "2024"
authors = ["Patrick Lorio <patrick@playit.gg>"]
description = "Windows installer provisioning helper for playit"
repository = "https://github.com/playit-cloud/playit-agent"
[dependencies]
playitd = { path = "../playitd", version = "1.0.0" }
[target."cfg(windows)".dependencies]
windows = { version = "0.62.2", features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_UI_Shell",
] }