Fix delete img and create_shortcut (env,sh)

This commit is contained in:
castro-fidel
2020-06-21 16:01:10 +03:00
parent 71c540606e
commit 293a3146d9
4 changed files with 10 additions and 5 deletions

View File

@ -5,7 +5,7 @@
export portname=
export gamename=
export gamedir=
if [ ! -z ${gamedir} ]; then
if [ ! -z "${gamedir}" ]; then
export PATH_TO_GAME="${PORT_WINE_PATH}/data/pfx/drive_c/Program Files (x86)/${gamedir}"
fi
export gamestart="${PATH_TO_GAME}/.exe"
@ -18,7 +18,7 @@ export PW_LOG=0
export PW_ACO=1
export PW_NO_VR=1
export PW_FILELOCK=1
export PW_DXVK_ASYNC=1
export PW_DXVK_ASYNC=0
export PW_USE_SECCOMP=0
export PW_NO_WINEMFPLAY=0
export PW_NVAPI_DISABLE=1