1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 12:03:00 +02:00

fix: uncomment line

This commit is contained in:
aclist 2024-01-31 16:19:03 +09:00
parent ac8a5f8175
commit 419919ffdc
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
version=5.0.0.rc-40 version=5.0.0.rc-41
#CONSTANTS #CONSTANTS
aid=221100 aid=221100
@ -548,10 +548,10 @@ fetch_dzq(){
fetch_helpers_by_sum(){ fetch_helpers_by_sum(){
declare -A sums declare -A sums
sums=( sums=(
["ui.py"]="ff29782f8e6dbc21ffe7c2d620198bfd" ["ui.py"]="cf1542c215b72ded42a3b52068e0653f"
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197" ["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="9d5d376c585a1c34db388cb2c068aa8b" ["funcs"]="c1b73598bddde3fc3b9c9d12061a5b83"
) )
local author="aclist" local author="aclist"
local repo="dztui" local repo="dztui"
@ -824,7 +824,7 @@ initial_setup(){
steam_deps steam_deps
migrate_files migrate_files
stale_symlinks stale_symlinks
# fetch_helpers > >(pdialog "Checking helper files") fetch_helpers > >(pdialog "Checking helper files")
local_latlon local_latlon
is_steam_running is_steam_running
is_dzg_downloading is_dzg_downloading

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
version=5.0.0.rc-40 version=5.0.0.rc-41
#CONSTANTS #CONSTANTS
aid=221100 aid=221100

View file

@ -16,7 +16,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0") gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.0.0-rc.40 # 5.0.0-rc.41
app_name = "DZGUI" app_name = "DZGUI"
cache = {} cache = {}