mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Also add the command line arguments in the archive
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
parent
8fb673457b
commit
8ce137cc53
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ void createDebugArchive(const QString &filename)
|
|||
zip.addFile(entry.zipFilename, &file);
|
||||
}
|
||||
}
|
||||
|
||||
zip.addFile("__nextcloud_client_parameters.txt", QCoreApplication::arguments().join(' ').toUtf8());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue