2024-10-18 19:09:24 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
wineserver -k
|
|
|
|
export LANG=ja_JP.UTF-8
|
|
|
|
export LC_ALL=ja_JP.UTF-8
|
|
|
|
export WINEPREFIX="$(pwd)/wine"
|
|
|
|
export WINEARCH=win32
|
|
|
|
export WINEESYNC=1
|
2024-10-18 19:41:40 +00:00
|
|
|
|
|
|
|
export GAMESCOPE=gamescope
|
|
|
|
if command -v "gamescope-legacy"; then
|
|
|
|
export GAMESCOPE="gamescope-legacy"
|
|
|
|
fi
|