Top Speed version updated to include Fixes for Linux systems.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# shellcheck disable=SC2154 # set by linux-game-manager.sh
|
# shellcheck disable=SC2154 # set by linux-game-manager.sh
|
||||||
check_architecture x86_64
|
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"
|
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"
|
chmod +x "${installPath}/TopSpeed/TopSpeed"
|
||||||
|
|||||||
Reference in New Issue
Block a user