# 🚀 Soyuz
Soyuz has one simple purpose; listen for incoming Discord RPC requests from
Lunar Client and block them!
## Usage
Prebuilt binaries are located in the
[releases](https://github.com/Fuwn/soyuz/releases/latest).
### Building from source
```powershell
cmake -B build
cmake --build build --config Release
# .\build\Release\soyuz.exe
```
## "Startup" Support
1. Create a shortcut to the Soyuz executable
2. Move the shortcut to
`C:\Users\\AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup`
## License
[GNU General Public License v3.0](https://github.com/Fuwn/soyuz/blob/main/LICENSE)