From 65dc0c719ce2c502be86458135c87099f58c849a Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:16:32 +0900 Subject: [PATCH] chore: reword label --- dzgui.sh | 6 +++--- helpers/funcs | 4 ++-- helpers/ui.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 3c483b3..10cf082 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -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" diff --git a/helpers/funcs b/helpers/funcs index 9370bc7..b6264dc 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -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" diff --git a/helpers/ui.py b/helpers/ui.py index 4cc2da7..c623451 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -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