From 0d4de3a36a79cdb2ec36442a33c9b5baf85efa78 Mon Sep 17 00:00:00 2001 From: "Leroy.H.Y" Date: Sun, 6 Oct 2019 20:46:55 +0800 Subject: [PATCH] [Add] Added a explain for #65 --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 9f3faea7..cf5d5495 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -148,6 +148,8 @@ int main(int argc, char *argv[]) QObject::tr("Cannot find openssl libs") + "\r\n" + QObject::tr("This could be caused by a missing of `openssl` package in your system. Or an AppImage issue.") + "\r\n" + QObject::tr("If you are using AppImage, please report a bug.") + "\r\n\r\n" + + QObject::tr("Please refer to Github Issue #65 to check for solutions.") + "\r\n" + + QObject::tr("Github Issue Link: ") + "https://github.com/lhy0403/Qv2ray/issues/65" + "\r\n\r\n" + QObject::tr("Technical Details") + "\r\n" + "OSsl.Rq.V=" + QSTRING(osslReqVersion) + "\r\n" + "OSsl.Cr.V=" + QSTRING(osslCurVersion));