From d2b218e9748677036fecdee3d2f5f1904e6b8340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AB=E3=83=8F=E3=83=A0?= Date: Sun, 2 Feb 2025 19:40:59 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Update=20README.md=20and=20session-?= =?UTF-8?q?uptime=20environment=20check.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + lib/core/extras.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6014440..865aa75 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ https://github.com/user-attachments/assets/8f6274f1-18b9-4f26-8694-257ce0428bbc +

Meet Nakime

diff --git a/lib/core/extras.dart b/lib/core/extras.dart index cc6075f..d9d4eb7 100644 --- a/lib/core/extras.dart +++ b/lib/core/extras.dart @@ -25,7 +25,7 @@ String getNaturalLanguageNameForDay(int day) { Future isUptimeInstalled() async { final result = await Process.run( - 'uptime', + 'session-uptime', ['--help'], ); return result.exitCode == 0;