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

chore: reword label

This commit is contained in:
aclist 2024-04-21 09:16:32 +09:00
parent 410624fa0e
commit 65dc0c719c
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.2.2.rc-3
version=5.2.2.rc-4
#CONSTANTS
aid=221100
@ -1266,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"