diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:11:44 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:11:44 -0400 |
commit | 48b1404c33db9846baa379f97173d8e0159dc93f (patch) | |
tree | c51c7e4c812951320607ebf70215e54ca28fc7b5 /PDAFT/env | |
parent | Lamento (diff) | |
download | winescripts-48b1404c33db9846baa379f97173d8e0159dc93f.tar.gz winescripts-48b1404c33db9846baa379f97173d8e0159dc93f.tar.bz2 winescripts-48b1404c33db9846baa379f97173d8e0159dc93f.zip |
PDAFT
Diffstat (limited to 'PDAFT/env')
-rwxr-xr-x | PDAFT/env | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PDAFT/env b/PDAFT/env new file mode 100755 index 0000000..31c1327 --- /dev/null +++ b/PDAFT/env @@ -0,0 +1,7 @@ +#!/bin/sh + +export WINEPREFIX="$(pwd)/wine" +export WINEARCH=win64 +export WINEDLLOVERRIDES='dnsapi.dll=n,b' +export WINEESYNC=1 +export WINEDEBUG=-all |