mirror of
https://github.com/playit-cloud/playit-agent.git
synced 2026-07-02 05:42:28 +00:00
v0.10.0-rc1
Tells playit program to use platform specific config path by default unless a local playit.toml file is present * Use config path and add wix to build msi * Move Directory def * wix: Try fixes * wix: register key for app data folder * wix: set product id and ref component * wix: add start menu shortcut * wix: fix path name for shortcut * wix: fix shortcut? * github actions: add wix builder for windows * Fix install command * github actions: fix windows msi asset path
The playit program
We're working on a new version of the playit agent, playit-cli has been released. The UI terminal version is still a work in process. If you're looking for the 0.9.3 code see branch v0.9
- Latest Release: 0.9.3
- Offical Website: https://playit.gg
- Offical Downloads: https://playit.gg/download
- Releases: https://github.com/playit-cloud/playit-agent/releases
Installing on ubuntu or debian
curl -SsL https://playit-cloud.github.io/ppa/key.gpg | sudo apt-key add -
sudo curl -SsL -o /etc/apt/sources.list.d/playit-cloud.list https://playit-cloud.github.io/ppa/playit-cloud.list
sudo apt update
sudo apt install playit
Note Please only use the playit program if you downloaded if from an offical source or are compiling and running from source.
Building / Running Locally
Requires Rust: https://rustup.rs
Run using cargo run --release --bin=agent
Languages
Rust
93.7%
Shell
5.8%
Dockerfile
0.5%