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 156bc9a commit ae9978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/LeagueClient.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ EXE_ARG='--launch-product=league_of_legends --launch-patchline=live'

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

0 comments on commit ae9978b

Please sign in to comment.