10 lines
232 B
Bash
Executable file
10 lines
232 B
Bash
Executable file
#!/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"
|
|
|