Also add the command line arguments in the archive

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
Kevin Ottens 2020-10-05 19:45:47 +02:00 committed by Michael Schuster (Rebase PR Action)
parent 8fb673457b
commit 8ce137cc53

View file

@ -123,6 +123,8 @@ void createDebugArchive(const QString &filename)
zip.addFile(entry.zipFilename, &file);
}
}
zip.addFile("__nextcloud_client_parameters.txt", QCoreApplication::arguments().join(' ').toUtf8());
}
}