summaryrefslogtreecommitdiff
path: root/templates/steam
diff options
context:
space:
mode:
Diffstat (limited to 'templates/steam')
-rw-r--r--templates/steam4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/steam b/templates/steam
index 2516277..19ff37c 100644
--- a/templates/steam
+++ b/templates/steam
@@ -1,13 +1,13 @@
if loaded wine; then
PREFIX="steam"
#SIZE="1280x960"
- GPATH="c:/program files/steam/steam.exe"
+ EXE="c:/program files/steam/steam.exe"
steamapp () {
[[ $# -gt 0 ]] && export ARGS="-applaunch ${=@}"
}
else
- GPATH=steam
+ EXE=steam
SIZE=1680x1050
steamapp () {