PW_PROJECT64 824 Bytes
Newer Older
1
#!/usr/bin/env bash
2 3 4
# Author: chal55rus (Sergey P.)
########################################################################
export LAUNCH_PARAMETERS=("/VERYSILENT")
castro-fidel's avatar
castro-fidel committed
5
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Setup Project64 3.0.1-5664-2df3434.exe"
6
start_portwine
Mikhail Tergoev's avatar
Mikhail Tergoev committed
7
if try_download_game "https://pj64-emu.com/file/setup-project64-3-0-0-5632-f83bee9/" "${PW_AUTOINSTALL_EXE}"
8
then
Mikhail Tergoev's avatar
Mikhail Tergoev committed
9
    pw_start_progress_bar_block "${loc_gui_installing_the} Project64. ${loc_gui_please_wait} "
castro-fidel's avatar
castro-fidel committed
10
    pw_run "${PW_AUTOINSTALL_EXE}"
11
    portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Project64 3.0/Project64.exe"
castro-fidel's avatar
castro-fidel committed
12
    try_remove_file "${PW_AUTOINSTALL_EXE}"
Mikhail Tergoev's avatar
Mikhail Tergoev committed
13
    try_remove_file "${portwine_exe}.ppdb"
14
    kill_portwine
castro-fidel's avatar
castro-fidel committed
15
    pw_stop_progress_bar
16 17 18 19
    export PORTWINE_CREATE_SHORTCUT_NAME="Project64"
    portwine_create_shortcut
fi
stop_portwine