Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@Its-Haze Its-Haze released this 07 Jan 08:51
· 71 commits to master since this release
e8475df

This release is quite small.. mostly just a bugfix for people using other languages other than english for league.

Now it should be possible to use Japanese/Korean/Chinese language on league, and still get the correct champ name & Skin name.

If you are using league in English, you can skip this release and go for v1.0.0 instead


As usual.. just download the file, make it executable, and run it. Should be as simple as that.. If you have problems, report them

wget https://github.com/Its-Haze/league-rpc-linux/releases/download/v1.0.1/league_rpc_linux
chmod +x ./league_rpc_linux
./league_rpc_linux

If you want to verify the checksum, then run:

wget https://github.com/Its-Haze/league-rpc-linux/releases/download/v1.0.1/league_rpc_linux.sha256
sha256sum -c league_rpc_linux.sha256

Should work smooth like butter, if it doesn't then you can contact me on Github, or Discord @haze.dev

if you want to install the dependencies yourself and run it like that, then read the README about how to do that.

the executable was built with

PyInstaller: 6.3.0
Python: 3.11.6
Platform: Linux-6.6.7-203.fsync.fc38.x86_64-x86_64-with-glibc2.37

If it does not work for you.. you can build it yourself:
Just install pyinstaller and you are good to go.

# In your virtual env..
pip install pyinstaller
pyinstaller --onefile --name league_rpc_linux league_rpc_linux/__main__.py --clean

the result will be located in ./dist/league_rpc_linux

The reason for not working might be that i build it with a newer kernel than what you have. I should be building with the oldest possible kernel version that i plan to support but i am just too lazy. >)