1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-09-07 14:12:26 +02:00

chore: update geolocation records

This commit is contained in:
aclist 2024-04-23 11:59:42 +09:00
parent bb31ccbf5d
commit dce4ad75db
4 changed files with 39 additions and 35 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.2.2
version=5.2.3
#CONSTANTS
aid=221100
@ -653,9 +653,6 @@ debug="$debug"
#Toggle stable/testing branch
branch="$branch"
#Last seen news item
seen_news="$seen_news"
#Steam API key
steam_api="$steam_api"
@ -1269,7 +1266,7 @@ launch(){
update_symlinks
if [[ $debug -eq 1 ]]; then
local launch_options="$steam_cmd -applaunch $aid -connect=$ip:$gameport -nolauncher -nosplash -name=$name -skipintro \"-mod=$concat\""
printf "Dry-run mode: these options would have been used to launch the game: $launch_options"
printf "Debug mode: these options would have been used to launch the game: $launch_options"
return 0
fi
echo "$concat" > "$_cache_launch"