Commit dfbc3c24 authored by Mikhail Tergoev's avatar Mikhail Tergoev

fix ppdb for vkPlay and WoSB

parent 762cdbe4
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#VKPlayLoader.exe #VKPlayLoader.exe
#Rating=5 #Rating=5
#####################examples########################### #####################examples###########################
if [[ "${update_loc}" == "RUS" ]] ; then if [[ "$LANGUAGE" == "ru" ]] ; then
export PW_COMMENT_DB="Если вы используете Wayland, для перехвата управления в Atomic Heart\nнеобходимо свернуть в трей сам VK Play Игровой центр" export PW_COMMENT_DB="Если вы используете Wayland, для перехвата управления в Atomic Heart\nнеобходимо свернуть в трей сам VK Play Игровой центр"
else else
export PW_COMMENT_DB="If you use Wayland, to intercept control in Atomic Heart\n,you need to collapse the VK Play Game Center itself into the tray" export PW_COMMENT_DB="If you use Wayland, to intercept control in Atomic Heart\n,you need to collapse the VK Play Game Center itself into the tray"
......
...@@ -19,7 +19,7 @@ then ...@@ -19,7 +19,7 @@ then
pw_stop_progress_bar pw_stop_progress_bar
kill_portwine kill_portwine
if [[ "${update_loc}" == "RUS" ]] ; then if [[ "$LANGUAGE" == "ru" ]] ; then
export portwine_exe="$WINEPREFIX/drive_c/users/$USER/AppData/Local/Wosb Launcher/launcher.exe" export portwine_exe="$WINEPREFIX/drive_c/users/$USER/AppData/Local/Wosb Launcher/launcher.exe"
export PORTWINE_CREATE_SHORTCUT_NAME="World of Sea Battle RU" export PORTWINE_CREATE_SHORTCUT_NAME="World of Sea Battle RU"
pw_create_unique_exe "wosb_launcher_ru" pw_create_unique_exe "wosb_launcher_ru"
......
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