skip pw_auto_create_shortcut for vkPlay

This commit is contained in:
Mikhail Tergoev 2024-08-21 16:06:56 +03:00
parent 5d05768ef0
commit 782f59fb7a

@ -4824,7 +4824,7 @@ portwine_create_shortcut () {
pw_auto_create_shortcut () {
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
fi