1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-09-08 14:42:26 +02:00

chore: backports

This commit is contained in:
aclist 2024-05-29 15:21:32 +09:00
parent ec72772ac4
commit d15b7c7136
7 changed files with 49 additions and 10 deletions

View file

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

View file

@ -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.3.rc-1
# 5.2.3
app_name = "DZGUI"
start_time = 0