Skip to content

Instantly share code, notes, and snippets.

@benfavre
Created December 29, 2014 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benfavre/de48e12451d4b385acfb to your computer and use it in GitHub Desktop.
Save benfavre/de48e12451d4b385acfb to your computer and use it in GitHub Desktop.
Patch League with tuxlol, for linux ubuntu League of legends
#!/bin/sh
# --- README ---
# Run this patch after every update or the game will crash before loading
# adjust paths if needed
# get tuxlol https://bitbucket.org/Xargoth/tuxlol/downloads
# get mono: apt-get install mono-runtime libmono-system-core4.0-cil
cd ~/.PlayOnLinux/wineprefix/LeagueOfLegends/tuxlol/
mono tuxlol.exe patch --dir ../drive_c/Riot\ Games/League\ of\ Legends/ -- no-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment