From 146adba36333f6174a483ec4b6ad111b189469d2 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Wed, 1 Jun 2022 18:51:39 +0700 Subject: [PATCH] chore: fix preloader.sh url chore: fix preloader.sh url --- games/LoL/linux/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/games/LoL/linux/README.md b/games/LoL/linux/README.md index fac192b..c77cfc8 100644 --- a/games/LoL/linux/README.md +++ b/games/LoL/linux/README.md @@ -2,7 +2,11 @@ ## `sulaunchhelper2.sh` This script is a wrapper for `sulaunchhelper2.py` for use with Lutris pre-game launch script. ### Installation +<<<<<<< HEAD > This script no longer wrap `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [preloader.sh](./apps/Lutris#preloadersh) +======= +> This script no longer wrap `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [preloader.sh](../../../apps/Lutris#preloadersh) +>>>>>>> 34b0576 (chore: fix preloader.sh url) + To install you must have `sulaunchhelper2.py` present, if not you can execute these to quickly download them (to current directory): ```sh @@ -23,7 +27,11 @@ chmod +x sulaunchhelper2.sh ## `garena_wrapper.sh` This script automates the launching of [lol.py](https://github.com/nhubaotruong/league-of-legends-linux-garena-script) (LoL in Garena client) so you don't have to manually do it ;) ### Installation +<<<<<<< HEAD > This script no longer wrap `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [preloader.sh](./apps/Lutris#preloadersh) +======= +> This script no longer wrap `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [preloader.sh](../../../apps/Lutris#preloadersh) +>>>>>>> 34b0576 (chore: fix preloader.sh url) You need to follow steps in `lol.py` repository to properly config your LoL prefix. + To install you must have `lol.py` present, if not you can execute these to quickly download them (to current directory):