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