Summary
First release of the Native League RPC disabler.
How to use
To use this program. Download the .exe file that is attached here. And just run the .exe by either double clicking on the file, or running it from the terminal.
instructions
- Download the .exe file or build the project yourself from the source code.
- Open your path to the downloads
- Double click on the file
- That's it
Build from source
Don't trust .exe files? Got you. Just follow these steps and you will be good to go.
- Clone the repo, or download the source files.
- Install Go (If not already installed)
- Open a Terminal (Powershell)
- use "cd" command to navigate to the directory that you either cloned, or downloaded.
- Run the following command
$env:GO111MODULE="on"; go build -ldflags "-H=windowsgui" -o "league-rpc-disabler.exe" ./cmd
- Then just double click the .exe or run
.\league-rpc-disabler.exe
What now?
A tray icon will appear. That means that the application is up and running.
To stop this, just right click on the tray icon, and click "exit".