mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
chore: backports
This commit is contained in:
parent
131fa6c824
commit
2da5d0936b
4 changed files with 6 additions and 7 deletions
6
dzgui.sh
6
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.1.0-rc.1
|
||||
version=5.2.0-rc.1
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
@ -536,10 +536,10 @@ fetch_dzq(){
|
|||
fetch_helpers_by_sum(){
|
||||
declare -A sums
|
||||
sums=(
|
||||
["ui.py"]="79e577bd18ba3872bbea87c8a23bd71c"
|
||||
["ui.py"]="b3b5e5917a74317bb19578d961944c6b"
|
||||
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
|
||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||
["funcs"]="3cc74e21055f9714e469520b12fe665e"
|
||||
["funcs"]="c6b751e3d6c4bee40197f86425b45258"
|
||||
)
|
||||
local author="aclist"
|
||||
local repo="dztui"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
version=5.1.0-rc.1
|
||||
version=5.2.0-rc.1
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
@ -36,7 +36,7 @@ versions_file="$state_path/$prefix.versions"
|
|||
lock_file="$state_path/$prefix.lock"
|
||||
|
||||
#CACHE
|
||||
cache_dir="$HOME/.cache/$appname"
|
||||
cache_dir="$HOME/.cache/$app_name"
|
||||
_cache_servers="$cache_dir/$prefix.servers"
|
||||
_cache_my_servers="$cache_dir/$prefix.my_servers"
|
||||
_cache_history="$cache_dir/$prefix.history"
|
||||
|
|
|
@ -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.1.0.rc-1
|
||||
# 5.2.0.rc-1
|
||||
app_name = "DZGUI"
|
||||
|
||||
cache = {}
|
||||
|
|
1
news
1
news
|
@ -1 +0,0 @@
|
|||
NEWS: Added support for LAN servers and restored Steam Deck Game Mode support. See changelog.
|
Loading…
Reference in a new issue