Windows STEAM works for any version of the wine-proton

This commit is contained in:
castro-fidel
2020-12-17 23:23:37 +03:00
parent 999b4592be
commit 71b6108ee4
13 changed files with 65 additions and 127 deletions

View File

@ -5,6 +5,7 @@
rm -f "${PORT_WINE_PATH}/"*".log"
rm -f "${PORT_WINE_TMP_PATH}/update_notifier"
rm -f "${PORT_WINE_TMP_PATH}/init_run_suc"
rm -fr "${PORT_WINE_PATH}/data/pfx/dosdevices"
if [ ! -d "/home/${USER}/.local/share/applications" ]
then
@ -117,8 +118,6 @@ if [ -f "${PORT_WINE_PATH}/restart.desktop" ]; then
rm "${PORT_WINE_PATH}/restart.desktop"
fi
update-desktop-database -q "${HOME}/.local/share/applications"
if [ "${s_install}" = "1" ]; then
echo "Installation completed successfully."
else