Scripts version 2092.1
This commit is contained in:
parent
2dd5edb03e
commit
a74978b822
@ -53,7 +53,8 @@ if [ "${PW_SILENT_INSTALL}" = "1" ] ; then
|
||||
fi
|
||||
fi
|
||||
ln -s "${XDG_DATA_HOME}/PortWINE" "${HOME}/"
|
||||
sh "${XDG_DATA_HOME}/PortWINE/PortProton/data/scripts/start.sh" $@ & exit 0
|
||||
/usr/bin/env bash -c "${XDG_DATA_HOME}/PortWINE/PortProton/data/scripts/start.sh" $@ &
|
||||
exit 0
|
||||
else
|
||||
echo "Installation completed successfully."
|
||||
fi
|
||||
|
@ -9,7 +9,8 @@ kill_portwine
|
||||
pw_stop_progress_bar
|
||||
|
||||
if [[ -f "/usr/bin/portproton" ]] && [[ -f "${HOME}/.local/share/applications/PortProton.desktop" ]] ; then
|
||||
sh "/usr/bin/portproton" "$@" & exit 0
|
||||
/usr/bin/env bash "/usr/bin/portproton" "$@" &
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ "${XDG_SESSION_TYPE}" = "wayland" ]] && [[ ! -f "${PORT_WINE_TMP_PATH}/check_wayland" ]]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (PortWINE-Linux.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2092
|
||||
#PORT_NEXT_VERSION=97
|
||||
|
Loading…
Reference in New Issue
Block a user