mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Also add build infos in the archive
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
parent
8ce137cc53
commit
3fca307fbb
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ void createDebugArchive(const QString &filename)
|
|||
}
|
||||
|
||||
zip.addFile("__nextcloud_client_parameters.txt", QCoreApplication::arguments().join(' ').toUtf8());
|
||||
|
||||
const auto buildInfo = QString(OCC::Theme::instance()->about() + "\n\n" + OCC::Theme::instance()->aboutDetails());
|
||||
zip.addFile("__nextcloud_client_buildinfo.txt", buildInfo.toUtf8());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue