blob: 44dc5e399fcc47f11a42bbf2da010609723b83e2 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
export WINEARCH=win32 WINEPREFIX="$HOME/.lotterhoffcrash/wine"
export WINEDLLOVERRIDES="mshtml="
mkdir -p "$HOME"/.lotterhoffcrash/wine || exit 1
wine /opt/lotterhoffcrash.exe
|