Commit c9406e13 authored by Mikhail Tergoev's avatar Mikhail Tergoev

skip pw_auto_create_shortcut for vkPlay

parent 5432d289
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment