5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export WINEPREFIX="$(pwd)/wine"
|
|
export WINEARCH=win64
|
|
export WINEESYNC=1
|