From 2ecc0240f98828f1ce60fb9b96fb857510c50018 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 13 Apr 2026 04:36:12 -0400 Subject: [PATCH] Top Speed version updated to include Fixes for Linux systems. --- .install/Top Speed.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.install/Top Speed.sh b/.install/Top Speed.sh index aa6ad71..2209d56 100644 --- a/.install/Top Speed.sh +++ b/.install/Top Speed.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck disable=SC2154 # set by linux-game-manager.sh check_architecture x86_64 -download "https://github.com/diamondStar35/top_speed/releases/download/release-build/TopSpeed-linux-x64-Release-v-2026.4.12.1.zip" +download "https://github.com/diamondStar35/top_speed/releases/download/release-build/TopSpeed-linux-x64-Release-v-2026.4.13.1.zip" mkdir -p "${installPath}/TopSpeed" -unzip -o -d "${installPath}/TopSpeed" "${cache}/TopSpeed-linux-x64-Release-v-2026.4.12.1.zip" +unzip -o -d "${installPath}/TopSpeed" "${cache}/TopSpeed-linux-x64-Release-v-2026.4.13.1.zip" chmod +x "${installPath}/TopSpeed/TopSpeed"