Skip to content

Commit 5b43939

Browse files
committed
fix
1 parent 48dc21e commit 5b43939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ QSettings* makePersistentSettings(QObject* parent)
311311
{
312312
QString relative = relativeInstallPath();
313313
if (!relative.isNull()) {
314-
return new QSettings(relative, QSettings::NativeFormat, parent);
314+
return new QSettings(relative + "/updater.conf", QSettings::NativeFormat, parent);
315315
}
316316
return new QSettings(parent);
317317
}

0 commit comments

Comments
 (0)