forked from CastroFidel/PortWINE
skip pw_auto_create_shortcut for vkPlay
This commit is contained in:
parent
5432d289dc
commit
c9406e131c
@ -4824,7 +4824,7 @@ portwine_create_shortcut () {
|
|||||||
|
|
||||||
pw_auto_create_shortcut () {
|
pw_auto_create_shortcut () {
|
||||||
if [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \
|
if [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \
|
||||||
|| echo "${portwine_exe}" | grep "gc_api.exe" &>/dev/null # skip lgc and wgc api
|
|| echo "${portwine_exe}" | grep "gc_api.exe\|VKPlay" &>/dev/null
|
||||||
then return 0
|
then return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user