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