forked from CastroFidel/PortWINE
Add start_settings scripts
This commit is contained in:
@ -159,7 +159,7 @@ OPENGL_SET ()
|
||||
{
|
||||
if [ -e "${config_path}/dxvk" ]
|
||||
then
|
||||
bash "${link}/dxvk/setup_dxvk.sh" "uninstall"
|
||||
bash "${link}/setup_dxvk.sh" "uninstall"
|
||||
rm -f "${config_path}/dxvk"
|
||||
else
|
||||
echo "DXVK is disabled"
|
||||
@ -174,7 +174,7 @@ if [ -e "${config_path}/dxvk" ]
|
||||
then
|
||||
echo "DXVK is enabled"
|
||||
else
|
||||
bash "${link}/dxvk/setup_dxvk.sh" "install"
|
||||
sh "${link}/winetricks" -q --force dxvk
|
||||
echo "DXVK is enabled" > "${config_path}/dxvk"
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user