fix typos

This commit is contained in:
Mikhail Tergoev
2024-05-30 17:42:43 +03:00
parent 2af8a2fca2
commit 44721ff7d8
4 changed files with 3 additions and 4 deletions

View File

@ -3,12 +3,12 @@
########################################################################
export LAUNCH_PARAMETERS=("/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-")
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/az_webinst.exe"
export PORTWINE_CREATE_SHORTCUT_NAME="Anomale Zone"
export PORTWINE_CREATE_SHORTCUT_NAME="Anomaly Zone"
start_portwine
if try_download "https://anomaly-zone.ru/file/az_webinst.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
then
pw_start_progress_bar_install_game "Anomale Zone."
pw_start_progress_bar_install_game "Anomaly Zone."
pw_kill_autostart Launcher.exe &
pw_run "${PW_AUTOINSTALL_EXE}"
portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Cybertime Games/Anomaly-Zone/Launcher.exe"