summaryrefslogtreecommitdiff
path: root/Minesweeper/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 /Minesweeper/env
parentLEGO Island (diff)
downloadwinescripts-main.tar.gz
winescripts-main.tar.bz2
winescripts-main.zip
minesweeperHEADmain
Diffstat (limited to 'Minesweeper/env')
-rwxr-xr-xMinesweeper/env10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minesweeper/env b/Minesweeper/env
new file mode 100755
index 0000000..2bf7fa0
--- /dev/null
+++ b/Minesweeper/env
@@ -0,0 +1,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