From de77aac0078b5bc667a8d2ad0dbac5b01da4a3de Mon Sep 17 00:00:00 2001 From: Dmitriy Mertsalov <48681302+mertsalovda@users.noreply.github.com> Date: Mon, 27 Nov 2023 06:44:36 +0000 Subject: [PATCH] add appid vk play --- NonSteamLaunchers.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 19da8f4..67de6ab 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -661,7 +661,7 @@ function StartFreshFunction { folder_names=("EpicGamesLauncher" "GogGalaxyLauncher" "UplayLauncher" "OriginLauncher" "Battle.netLauncher" "TheEAappLauncher" "AmazonGamesLauncher" "itchioLauncher" "LegacyGamesLauncher" "HumbleGamesLauncher" "IndieGalaLauncher" "RockstarGamesLauncher" "GlyphLauncher" "MinecraftLauncher" "PlaystationPlusLauncher" "DMMGameLauncher" "VKPlayLauncher") # Define an array of app IDs - app_ids=("3772819390" "4294900670" "4063097571" "3786021133" "3448088735" "3923904787" "3440562512" "2948446662" "3303169468" "3595505624" "4272271078" "3259996605" "2588786779" "4090616647") + app_ids=("3772819390" "4294900670" "4063097571" "3786021133" "3448088735" "3923904787" "3440562512" "2948446662" "3303169468" "3595505624" "4272271078" "3259996605" "2588786779" "4090616647" "3494943831") # Iterate over each folder name in the folder_names array for folder in "${folder_names[@]}"; do @@ -2396,9 +2396,9 @@ if [[ "$options" == *"VK Play"* ]]; then # Set the appid for the VK Play Launcher if [ "$use_separate_appids" = true ]; then - appid=VKPlayLauncher + appid=VKPlayLauncher else - appid=NonSteamLaunchers + appid=NonSteamLaunchers fi # Create app id folder in compatdata folder if it doesn't exist