Created
January 8, 2017 20:59
-
-
Save sagebind/b0bd4c1f25a9a61cc2e582dafdc0eaed to your computer and use it in GitHub Desktop.
Halo Wine + Optimus Launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
export WINEPREFIX="$HOME/.wine" | |
cd "$HOME/.wine/drive_c/Program Files (x86)/Microsoft Games/Halo" | |
optirun wine "$PWD/halo.exe" -vidmode 1920,1080,60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment