-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report Tool] Report installation folder structure #12425
Conversation
#include <common/utils/winapi_error.h> | ||
|
||
using namespace std; | ||
using std::filesystem::directory_iterator; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: btw we could do namespace aliases, e.g. using fs = std::filesystem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to use acronyms for namespaces' names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
I think this will serve its purpose.
Summary of the Pull Request
What is this about:
What is include in the PR:
installationFolderStructure.txt
GetVersion
was adopted from https://docs.microsoft.com/en-us/windows/win32/seccrypto/example-c-program--creating-an-md-5-hash-from-file-contentHow does someone test / validate:
BugReportTool.exe
toC:\Program Files\PowerToys\Tools
installationFolderStructure.txt
and the one posted hereinstallationFolderStructure.txt
Quality Checklist
Contributor License Agreement (CLA)
A CLA must be signed. If not, go over here and sign the CLA.