#!/bin/sh export WINEPREFIX="$(pwd)/wine" export WINEARCH=win64 export WINEDLLOVERRIDES='dnsapi.dll=n,b' export WINEESYNC=1 export WINEDEBUG=-all