mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
fix: fixed a typo in previous commit, search path
This commit is contained in:
parent
7ce6c3e9b7
commit
0e8767ea5f
@ -103,7 +103,7 @@ bool initialiseQv2ray()
|
||||
{
|
||||
LOG(INIT, "Application exec path: " + QApplication::applicationDirPath())
|
||||
const QString homeQv2ray = QDir::homePath() + "/.qv2ray" QV2RAY_CONFIG_DIR_SUFFIX;
|
||||
const QString configQv2ray = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "./qv2ray" QV2RAY_CONFIG_DIR_SUFFIX;
|
||||
const QString configQv2ray = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "/qv2ray" QV2RAY_CONFIG_DIR_SUFFIX;
|
||||
const QString currentPathConfig = QApplication::applicationDirPath() + "/config" QV2RAY_CONFIG_DIR_SUFFIX;
|
||||
//
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user