summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:44:37 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:44:37 +0100
commit88f2f591fa23f5ba92d8ee511d368349b390aa60 (patch)
treed085dbb74cce20e0a1dafe1191c12b3ca1cfda57 /templates
parent30a6b40a43a6608896e1622380d96aeba7f358a6 (diff)
downloadplay-88f2f591fa23f5ba92d8ee511d368349b390aa60.tar.gz
play-88f2f591fa23f5ba92d8ee511d368349b390aa60.tar.bz2
play-88f2f591fa23f5ba92d8ee511d368349b390aa60.zip
Renamed GPATH to EXE
Diffstat (limited to 'templates')
-rw-r--r--templates/steam4
-rw-r--r--templates/wine2
2 files changed, 3 insertions, 3 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 () {
diff --git a/templates/wine b/templates/wine
index e6c8d2e..8ebc64c 100644
--- a/templates/wine
+++ b/templates/wine
@@ -4,7 +4,7 @@ PREFIX=${PREFIX:-$GAME}
# run wine and therefore the game
wine_run () {
# cd into dir
- local dir="$(exc winepath -u $GPATH)"
+ local dir="$(exc winepath -u $EXE)"
exc cd "${dir:h}"
# start game