winescripts/Minesweeper/env
2024-10-18 15:41:40 -04:00

10 lines
191 B
Bash
Executable file

#!/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