mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix condition
This commit is contained in:
parent
e4a0222954
commit
8dbdaed5c3
@ -266,7 +266,7 @@ Application::Application(int &argc, char **argv)
|
||||
if (ConfigFile().crashReporter()) {
|
||||
auto reporter = QStringLiteral(CRASHREPORTER_EXECUTABLE);
|
||||
#ifdef Q_OS_WIN
|
||||
if (reporter.endsWith(QLatin1String(".exe"))) {
|
||||
if (!reporter.endsWith(QLatin1String(".exe"))) {
|
||||
reporter.append(QLatin1String(".exe"));
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user