PW_UBC 818 Bytes
Newer Older
1
#!/usr/bin/env bash
castro-fidel's avatar
castro-fidel committed
2
# Author: Castro-Fidel (linux-gaming.ru)
3 4
########################################################################
export LAUNCH_PARAMETERS=("/S" "/D=c:\Program Files (x86)\Ubisoft Game Launcher")
castro-fidel's avatar
castro-fidel committed
5
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/UbisoftConnectInstaller.exe"
6
start_portwine
castro-fidel's avatar
castro-fidel committed
7
if try_download "ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe" "${PW_AUTOINSTALL_EXE}"
8
then
castro-fidel's avatar
castro-fidel committed
9 10 11
    pw_start_progress_bar_cs "Installing the Ubisoft Connect. Please wait..."
    pw_kill_autostart UbisoftConnect.exe &
    pw_run "${PW_AUTOINSTALL_EXE}"
12
    portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Ubisoft Game Launcher/UbisoftConnect.exe"
castro-fidel's avatar
castro-fidel committed
13
    try_remove_file "${PW_AUTOINSTALL_EXE}"
14
    kill_portwine
castro-fidel's avatar
castro-fidel committed
15
    pw_stop_progress_bar
16 17 18
    portwine_create_shortcut
fi
stop_portwine