1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-09-07 22:22:27 +02:00

chore: backports

This commit is contained in:
aclist 2024-02-10 18:35:49 +09:00
parent 131fa6c824
commit 2da5d0936b
4 changed files with 6 additions and 7 deletions

View file

@ -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"

View file

@ -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 = {}