Describe the bug
If an executable we are trying to give identity to does not already have an embedded manifest, the create-debug-identity command prints errors to the output.
Even with the errors, the command is successful. However, the printed errors make it look like it failed.
To Reproduce
- Run
winapp create-debug-identity .\my-exe-without-manifest.exe
Expected behavior
If there is not embedded manifest, we should ignore the errors, they are not really errors.
Screenshots
OS Version and details
No response