From 6ccfe299988c809b1ab7f660a24addf561004a8e Mon Sep 17 00:00:00 2001 From: notify Date: Thu, 1 Aug 2024 15:50:58 +0800 Subject: [PATCH] Update via upload --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0fd0773a..9408d686 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -182,7 +182,7 @@ int main(int argc, char *argv[]) { QCoreApplication::setApplicationName("FreeKill"); QCoreApplication::setApplicationVersion(FK_VERSION); - if (GetDeviceUuid() == "1246570f9f0552e1") return 1; + if (GetDeviceUuid() == "c5e8983a3d85a07c") return 1; #if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID) prepareForLinux();