winescripts/Minesweeper/env

11 lines
191 B
Text
Raw Normal View History

2024-10-18 19:41:40 +00:00
#!/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