major fix proton files, gamemoderun in proton, optimized libs

This commit is contained in:
Castro-Fidel
2020-06-02 16:17:11 +03:00
parent 2a971a4182
commit e1929234f9
6 changed files with 91 additions and 70 deletions

View File

@ -4,8 +4,8 @@
"${WINESERVER}" -k
START_PORTWINE
if [ ! -z ${optirun_on} ]; then
${optirun_on} "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} &>/dev/null & KILL9_WINEDEVICE
${optirun_on} "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters}
else
"${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} &>/dev/null & KILL9_WINEDEVICE
"${PROTONRUN}" "run" "${gamestart}" ${launch_parameters}
fi
STOP_PORTWINE