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:
parent
410624fa0e
commit
65dc0c719c
3 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue