Advertisement
Guest User

Lolpatch

a guest
Jan 11th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. $TUXLOL=/path/to/tuxlol.exe   # Eg. /usr/local/bin/tuxlol.exe
  4. $LOLPATH=~/.PlayOnLinux/wineprefix/LeagueOfLegends/drive_c/Riot\ Games/League\ of\ Legends/
  5.  
  6. # This is where the program runs
  7. mono $TUXLOL patch --dir $LOLPATH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement