PW_VKPLAY 756 Bytes
Newer Older
castro-fidel's avatar
castro-fidel committed
1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env bash
# Author: chal55rus (Sergey P.)
########################################################################
export LAUNCH_PARAMETERS=("")
export PW_PREFIX_NAME="VK_PLAY"
export PW_AUTOINSTALL_EXE="${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe"
export WINEDLLOVERRIDES="mscoree,mshtml="
export PW_MUST_HAVE_DLL=""

start_portwine
Mikhail Tergoev's avatar
Mikhail Tergoev committed
11
if try_download "https://static.gc.my.games/VKPlayLoader.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
castro-fidel's avatar
castro-fidel committed
12 13
then
    portwine_exe="$WINEPREFIX/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe"
Mikhail Tergoev's avatar
Mikhail Tergoev committed
14
    try_remove_file "${portwine_exe}.ppdb"
castro-fidel's avatar
castro-fidel committed
15 16 17 18 19
    pw_stop_progress_bar
    export PORTWINE_CREATE_SHORTCUT_NAME="vkPlay"
    portwine_create_shortcut
fi
stop_portwine