diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:13:46 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:13:46 -0400 |
commit | 5f3477bf8d2f69873c137260440f50c34bde70b6 (patch) | |
tree | d92d3ab274ea579951580710698e522b6ea3e735 /Steins;Gate/setup | |
parent | Slow Damage (diff) | |
download | winescripts-5f3477bf8d2f69873c137260440f50c34bde70b6.tar.gz winescripts-5f3477bf8d2f69873c137260440f50c34bde70b6.tar.bz2 winescripts-5f3477bf8d2f69873c137260440f50c34bde70b6.zip |
Steins Gate
Diffstat (limited to 'Steins;Gate/setup')
-rwxr-xr-x | Steins;Gate/setup | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Steins;Gate/setup b/Steins;Gate/setup new file mode 100755 index 0000000..2578aa9 --- /dev/null +++ b/Steins;Gate/setup @@ -0,0 +1,10 @@ +#!/bin/sh + +source ./env + +wine ./bin/Setup.exe '/DIR=C:\Program Files\Steins;Gate' '/SUPPRESSMSGMOXES' '/SILENT' +winetricks vcrun2010 +winetricks quartz +winetricks ffdshow +#cp ../dxvk/x32/*.dll "$WINEPREFIX/drive_c/windows/system32" + |