blob: 2bf7fa02606e8379c2847ce4af7711b048906b8f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
export WINEPREFIX="$(pwd)/wine"
export WINEARCH=win64
export WINEESYNC=1
export GAMESCOPE=gamescope
if command -v "gamescope-legacy"; then
export GAMESCOPE="gamescope-legacy"
fi
|