diff options
Diffstat (limited to 'PDAFT/setup')
-rwxr-xr-x | PDAFT/setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PDAFT/setup b/PDAFT/setup new file mode 100755 index 0000000..417fdcb --- /dev/null +++ b/PDAFT/setup @@ -0,0 +1,7 @@ +#!/bin/sh + +source ./env + +winetricks --force dotnet48 +wine ./bin/VC_redist.x86.exe +wine ./bin/VC_redist.x64.exe |