summarylogtreecommitdiffstats
path: root/evewinetricks
blob: 564b311504a2d1fba0482540f583ce94b8cc3ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

SETUPDIR=""

. ./evesetup.shlib

check_wine

WINETRICKS=$(which winetricks 2>/dev/null)

if [ "x$WINETRICKS" = "x"  ] ;then
	desktop_msg "winetricks not found!"
	exit 1
fi

env WINEPREFIX=$WINEPREFIX \
	WINE=$WINEPATH/wine $WINETRICKS "$@"