forked from CastroFidel/PortWINE
Fix delete img and create_shortcut (env,sh)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user