1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +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,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.2.2-rc.3
version=5.2.2-rc.4
#CONSTANTS
aid=221100
@ -533,10 +533,10 @@ fetch_helpers_by_sum(){
source "$config_file"
declare -A sums
sums=(
["ui.py"]="08b026d555742f86eac7c45627e29cac"
["ui.py"]="4202c2235f99e6812b33ccd131988014"
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="c63c7233f0e522ba0e49b8801e8b77f0"
["funcs"]="074f58d60c53c3bcd5073f2d28ecc425"
)
local author="aclist"
local repo="dztui"

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"

View file

@ -18,7 +18,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.2.2.rc-3
# 5.2.2.rc-4
app_name = "DZGUI"
start_time = 0