Skip to content

Commit

Permalink
Update DB script for LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Sep 27, 2023
1 parent ae9978b commit 458225b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions db/LeagueClient.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ WINE_VERSION=wine-lutris-ge-lol-p8-12-x86_64
[ "$EXE_NAME" == "RiotClientServices" ] && \
EXE_ARG='--launch-product=league_of_legends --launch-patchline=live'

if [ ! -f "$WINEPREFIX/.setup" ]
pfxsetupfl="$LW_DEF_WPFXS_DIR/$WPREFIX_NAME/.setup"
if [ ! -f "$pfxsetupfl" ]
then
source "$LW_DB_DIR/setup.lwdb"
pre_launch() {
touch "$WINEPREFIX/.setup"
touch "$pfxsetupfl"
(if [ "$EXE_NAME" == "LeagueClient" ]
then wait_kill_exe LeagueClient.exe unlim
else wait_kill_exe RiotClientServices.exe unlim
Expand Down

0 comments on commit 458225b

Please sign in to comment.