From 48b1404c33db9846baa379f97173d8e0159dc93f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 18 Oct 2024 15:11:44 -0400 Subject: PDAFT --- PDAFT/env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 PDAFT/env (limited to 'PDAFT/env') 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 -- cgit v1.2.3-freya