###Scripts version 2052###

This commit is contained in:
castro-fidel
2021-11-19 20:44:45 +03:00
parent 3c9288843f
commit d1bb1d7fa7
12 changed files with 73 additions and 21 deletions

View File

@ -5,7 +5,8 @@ if [ -f "$1" ]; then
export portwine_exe="$(readlink -f "$1")"
fi
. "$(dirname $(readlink -f "$0"))/runlib"
kill_portwine
kill_portwine
pw_stop_progress_bar
portwine_launch () {
start_portwine
@ -191,7 +192,7 @@ pw_winecmd () {
export PW_USE_TERMINAL=1
start_portwine
cd "${WINEPREFIX}/drive_c"
${pw_runtime} xterm -e env LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" "${WINELOADER}" cmd
${pw_runtime} env LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" xterm -e "${WINELOADER}" cmd
stop_portwine
}