From 23bd692fca622407c0e2a8669ff313f9469a2826 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:21:16 +0900 Subject: [PATCH] fix: update launch flags --- dzgui.sh | 8 ++++---- helpers/funcs | 2 +- helpers/ui.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 25339cb..623ccf7 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-42 +version=5.0.0.rc-43 #CONSTANTS aid=221100 @@ -393,7 +393,7 @@ check_architecture(){ fi } check_map_count(){ - [[ $is_steam_deck -eq 1 ]] && return 0 + [[ $is_steam_deck -gt 0 ]] && return 0 local count=1048576 local conf_file="/etc/sysctl.d/dayz.conf" if [[ -f $conf_file ]]; then @@ -548,10 +548,10 @@ fetch_dzq(){ fetch_helpers_by_sum(){ declare -A sums sums=( - ["ui.py"]="2331665f5a2fb55cc030621812a309ea" + ["ui.py"]="2828ecfd733c3ebc7024fbe5c8349cb5" ["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" - ["funcs"]="3f7f374117dd2bbc55e1d055d903cff2" + ["funcs"]="5f9f7af1fae725e295de08a95f14ba6d" ) local author="aclist" local repo="dztui" diff --git a/helpers/funcs b/helpers/funcs index c33bafd..17d0b8a 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-42 +version=5.0.0.rc-43 #CONSTANTS aid=221100 diff --git a/helpers/ui.py b/helpers/ui.py index c7f9f12..45c3ff8 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -16,7 +16,7 @@ locale.setlocale(locale.LC_ALL, '') gi.require_version("Gtk", "3.0") from gi.repository import Gtk, GLib, Gdk, GObject, Pango -# 5.0.0-rc.42 +# 5.0.0-rc.43 app_name = "DZGUI" cache = {}