This commit is contained in:
Daniel Flanagan 2023-12-04 10:11:47 -06:00
parent 96bbfca2d9
commit 19459a6b1a
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/.direnv /.direnv
/wineprefix /wineprefix
/wow

View file

@ -14,3 +14,11 @@ export WINEPREFIX=$PWD/wineprefix
winetricks dxvk winetricks dxvk
wine64 $BATTLENET_SETUP wine64 $BATTLENET_SETUP
``` ```
Once Battle.net is installed, you probably want to launch the up-to-date version
directly to avoid repeated updates:
I usually copy my WoW installation from another machine to `./wow` (so it
is .gitignore'd) and manually locate it for the Battle.net Launcher. This makes
things like installing addons and whatnot a little easier that going to
`"./wineprefix/drive_c/Program Files (x86)/World of Warcraft"`.