summaryrefslogtreecommitdiff
path: root/Lamento/env
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-18 15:41:40 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-18 15:41:40 -0400
commit25166edb13b6ea4d2f46176e3852b8f932a13013 (patch)
tree39e948fa2fd0e2c75676f18d92204de4e8209cb5 /Lamento/env
parentLEGO Island (diff)
downloadwinescripts-25166edb13b6ea4d2f46176e3852b8f932a13013.tar.gz
winescripts-25166edb13b6ea4d2f46176e3852b8f932a13013.tar.bz2
winescripts-25166edb13b6ea4d2f46176e3852b8f932a13013.zip
minesweeperHEADmain
Diffstat (limited to 'Lamento/env')
-rwxr-xr-xLamento/env5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lamento/env b/Lamento/env
index c7f18da..d22c29f 100755
--- a/Lamento/env
+++ b/Lamento/env
@@ -6,3 +6,8 @@ export LC_ALL=ja_JP.UTF-8
export WINEPREFIX="$(pwd)/wine"
export WINEARCH=win32
export WINEESYNC=1
+
+export GAMESCOPE=gamescope
+if command -v "gamescope-legacy"; then
+ export GAMESCOPE="gamescope-legacy"
+fi