summarylogtreecommitdiffstats
path: root/evewinetricks
blob: 4da66cc4df36b8e0f9febf9152dd8b54986a42ad (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

source /opt/evesetup/lib/evelauncher.shlib 2>/dev/null || . /opt/evesetup/lib/evelauncher.shlib

check_custom_wine

env WINEPREFIX=$WINEPREFIX \
    WINE=$WINEPATH/wine $(which winetricks) "$@"