Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit d407d88

Browse files
committed
Release 1.4.4-3
1 parent a9f6a86 commit d407d88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/grelintb.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env xdg-open
22
[Desktop Entry]
3-
Version=1.4.4-2
3+
Version=1.4.4-3
44
Name=GrelinTB
55
Encoding=UTF-8
66
Comment=Great toolbox for some Linux distributions.

app/grelintb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,7 @@ def __init__(self, **kwargs):
23552355
self.title(f"GrelinTB says at {str(dt.datetime.now().strftime('%d/%m/%Y %H:%M:%S'))}: Today is developer's (MuKonqi) birthday!")
23562356
elif os.path.isfile(tr):
23572357
self.title(f'Vakit {str(dt.datetime.now().strftime('%d/%m/%Y %H:%M:%S'))}, GrelinTB söyler: Bugün geliştiricinin (MuKonqi) doğum günü!')
2358-
if dt.datetime.now().weekday() == 2:
2358+
if dt.datetime.now().weekday() == 0:
23592359
self.check_update_thread = threading.Thread(target=lambda:Sidebar.check_update(self, "startup"), daemon=True)
23602360
self.check_update_thread.start()
23612361
if os.path.isfile(en):

app/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.4-2
1+
1.4.4-3

build/fedora/grelintb.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: grelintb
22
Version: 1.4.4
3-
Release: 2
3+
Release: 3
44
Summary: Great toolbox for some Linux distributions.
55
License: GPLv3+
66
URL: https://github.com/mukonqi/grelintb

0 commit comments

Comments
 (0)